-
-
Notifications
You must be signed in to change notification settings - Fork 45
Decouples Signal sources from their smooth wave shapes #18
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
Conversation
- Adds `wave_functions` to Blocks. The `*Function` components give out `y` output of `*` shape - Tests the wave-functions - Removes all shaped voltage sources in favour of `VoltageSource`
Co-authored-by: Fredrik Bagge Carlson <[email protected]>
- remove all custom current generators
I'm not sure this applies after #7. |
#7 added docstrings and updated connector. This PR serves a different purpose. For example Current status:
If necessary I can set all starttime to 0; and rebase to |
A similar example to the one above is already present in main.
What would be needed are corresponding smooth source functions in |
Perfect. This adds smooth functions. |
wave_functions
to Blocks. The*Function
components give outy
output of*
shapeVoltageSource
TODO: