-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix time simulations #16
Comments
I am unsure if we need a struct
|
Have implemented my first suggestion: I've also moved the zero frequency response extrapolation to run, which turned out to be simpler and make more sense (then having it in the signal processing part). |
I think it is confusing that We can always have |
I think having different names for the Alternatively, if the user is aware of the type system, I think they will quickly figure out that specifying a time array, such as |
Some thought needs to go into the outer structures for the
TimeSimulations
again we can obviously reuse a lot of the code which does the mathsy heavy lifting, but we need some motivating examples for thestruct
s. We also need to think about how theTimeSimulations
will interact with therandom
machinery.The text was updated successfully, but these errors were encountered: