You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the linear frequency sweep currently implemented, configured with "MinFreq", "MaxFreq", and "FreqStep", allow user to override with a list of frequencies, perhaps using the "FreqSamples" keyword. This is incompatible with adaptive fast frequency sweep.
The text was updated successfully, but these errors were encountered:
Hi @sebastiangrimberg , I believe that the Advanced Design System (ADS) by Keysight can serve as a valuable reference.
In my code, I run palace multiple times (from python) and combine the results of different frequency range. This only requires packaging of the code, without changing the core algorithm.
In addition to the linear frequency sweep currently implemented, configured with
"MinFreq"
,"MaxFreq"
, and"FreqStep"
, allow user to override with a list of frequencies, perhaps using the"FreqSamples"
keyword. This is incompatible with adaptive fast frequency sweep.The text was updated successfully, but these errors were encountered: