Hi!
I would like to translate this into a Rust crate. After pouring over the repo, I understand most of it, but one thing I don't understand is where this table data came from:
https://github.com/ISUE/PitchPipe/blob/d053a59b0027e021230a12a397835d0e5ac3e5d4/filters/euro60.table.js#L3
It appears to be useful for a 60 hz signal. Is it useful for any 60 hz signal? How would I produce similar table data for other signal types?
Hi!
I would like to translate this into a Rust crate. After pouring over the repo, I understand most of it, but one thing I don't understand is where this table data came from:
https://github.com/ISUE/PitchPipe/blob/d053a59b0027e021230a12a397835d0e5ac3e5d4/filters/euro60.table.js#L3
It appears to be useful for a 60 hz signal. Is it useful for any 60 hz signal? How would I produce similar table data for other signal types?