Page 1 of 1

simulation - pepper

Posted: Mon Oct 19, 2020 8:55 am
by brijith

Is there any way to simultaneously simulate Q and W band spectra using pepper?


Re: simulation - pepper

Posted: Mon Oct 19, 2020 10:33 pm
by Stefan Stoll

Not simultaneously, but you can call peppertwice, once for Q-band and once fore W-band:

Code: Select all

[BQ,spcQ] = pepper(Sys,ExpQ,Opt);
[BW,spcW] = pepper(Sys,ExpW,Opt);