Feature request : first order low pass filter #78
Tristan107
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @Tristan107 I am unsure what you're asking for. The library provides different IIR Filter options - Butterworth, Bessel, Chebyshev.. All of them allow you to set an Currently, JDSP does not support Bilinear transform. I am unsure how this would be a requirement for a first order low pass filter. Can you please elaborate. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How would I implement a first order low pass filter using JDSP ? Is it possible yet ?
Also is it possible to apply a bilinear transform using JDSP ? (I'm talking about his in Matlab : https://fr.mathworks.com/help/signal/ref/bilinear.html) This would be a requirement to implement a first order low pass filter.
Beta Was this translation helpful? Give feedback.
All reactions