I want to make a filter.
Show older comments
I want to limit the data of 250hz to 1 to 100hz. I want to create it using an FIR filter.
Answers (1)
Walter Roberson
on 3 Feb 2022
y = lowpass(x, 100, 250)
Categories
Find more on Digital and Analog Filters 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!