-
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
Example of lpf/dynamic does not work #6
Comments
I've fixed the docs. However, the larger problem is that the "application pun" that happens in networks is just terrible--it always confuses me, and I came up with it. I think everything will read much much better if I replace
with
The difference is that the "call" to foo isn't actually a call, and foo isn't a procedure. Changing this should make it much clearer. Also, it will hopefully address the horrible hack that's currently in place where things like
work, but for a really nasty reason. |
No! Better idea! Dispense with the whole notion of signals as separate from functions. This means that initialization of signals has to become a call to a maker, but I think that'll actually read pretty nicely. |
Arrrrrrr! No, the initialization doesn't quite work. Grr... Still thinking. |
Reading "Signals & Systems" books, I thought that signals were functions time -> pressure and that systems were things that transformed signals… The doc will be important for people like me who have not this kind of culture :-)
Le 9 mai 2014 à 19:05, John Clements notifications@github.com a écrit :
|
Okay, I think I have a happy medium now. Should be fixed in 3280ea3 |
The example with control and sawtooth in the doc of lpf/dynamic does not work.
The text was updated successfully, but these errors were encountered: