Looking for a Low Pass Filter ( < 100 Hz) that will work in Octave

10 views (last 30 days)
Hello,
I am looking for a low pass filter with a cutoff of 100Hz that will work in Octave. I have used the butter function, but I'm not sure I am using it properly becuase my outcome does not filter nicely. Any tips or samples would be greatly appreciated.
Thank you.

Answers (1)

Jonas
Jonas on 19 Jun 2021
i never used octave yet, but you can have a look into a very easy low pass: the moving average filter. depending on the number of times you apply it and on the length of the filter you can achieve many different frequency responses. there are mutiple pages with that topic, you can googel it, i give you one example:
https://tomverbeure.github.io/2020/09/30/Moving-Average-and-CIC-Filters.html

Categories

Find more on Measurements and Spatial Audio in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!