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
assertparam.bandwidth>0andparam.bandwidth<200, 'The fractional bandwidth at -6 dB (PARAM.bandwidth, in %) must be in ]0,200['#DR : is this a typo ]0,200[ or [0,200] ?
285
+
assertparam.bandwidth>0andparam.bandwidth<200, 'The fractional bandwidth at -6 dB (PARAM.bandwidth, in %) must be in ]0,200['
286
286
287
287
#-- 6) Baffle
288
288
# An obliquity factor will be used if the baffle is not rigid
assertFreqSweepisNoneor (np.isscalar(FreqSweep) andutils.isnumeric(FreqSweep) andFreqSweep>0), 'PARAM.TXfreqsweep must be empty (windowed sine) or a positive scalar (linear chirp).'
344
344
345
+
# DR: Possibly add explanation of casting RC to single precision
0 commit comments