[go: up one dir, main page]

Menu

[57f2a1]: / anal / spektri_init.m  Maximize  Restore  History

Download this file

11 lines (10 with data), 349 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
% spektri_init.m: loads the plasma dispersion function table pldfvv
% GUISDAP v.1.60 96-05-27 Copyright Asko Huuskonen and Markku Lehtinen
%
% See also: spec
%
% function spektri_init
function spektri_init
global pldfvv path_GUP
% Contains the plasma dispersion function values for interpolation
load(canon(fullfile(path_GUP,'matfiles','pldfvv')));