simulation - pepper
Posted: Mon Oct 19, 2020 8:55 am
Is there any way to simultaneously simulate Q and W band spectra using pepper?
Is there any way to simultaneously simulate Q and W band spectra using pepper?
Not simultaneously, but you can call pepper
twice, once for Q-band and once fore W-band:
Code: Select all
[BQ,spcQ] = pepper(Sys,ExpQ,Opt);
[BW,spcW] = pepper(Sys,ExpW,Opt);