10 lines
360 B
Matlab
10 lines
360 B
Matlab
|
|
precomp_path = "D:\kiel_dsp\imdd_simulation\projects\HighSpeed_ETH";
|
|
precomp_filename = "lab_high_speed_nachtschichtmzm";
|
|
% precomp_filename = "lab_high_speed";
|
|
% precomp_filename = "lab_high_speed";
|
|
|
|
freqresp = ChannelFreqResp("Nacq",1024,"Navg",64,"Ncp",63,'f_ref',92e9);
|
|
freqresp.load('loadPath',precomp_path,'fileName',precomp_filename);
|
|
freqresp.plot();
|