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
with commit #256a686 the time axis is now created correctly. tests were added.
however, a new problem arises during down conversion. if the detection time step is not the integration time step, oscillations are not completely removed - the source of this needs to be investigated
Original report by Stephan Pribitzer (Bitbucket: 557058:b436f856-3789-41af-afc1-0e3566ff0302, ).
Proposal:
Opt.IntTimeStep
: 30 times NyquistExp.DetTimeStep
: 2 times NyquistExp.DetTimeStep
is not a multiple ofOpt.IntTimeStep
, an error is returnedExp.DetTimeStep
is given -Opt.IntTimeStep
is adapted by shorteningOpt.IntTimeStep
is given - use Nyquist criterion to computeExp.DetTimeStep
The text was updated successfully, but these errors were encountered: