how to design a high-pass IIR filter having the transfer funciton ?
Show older comments
Hi everyone,
i need to filter a signal with a high-pass IIR filter characterized by a transfer function as follow:
H(z) = 1-z^-1 / 1- a * z^-1
i know a = 0.995 and cut off frequency f = 0.25 Hz
i need to filter the sequence one time in forward direction and then in reversed.
Someone can help me ?
Thank you a lot :)
Accepted Answer
More Answers (1)
Giorgia Fusaroli
on 24 Jun 2021
Edited: Giorgia Fusaroli
on 24 Jun 2021
0 votes
1 Comment
Mathieu NOE
on 24 Jun 2021
no surprise
this is a low frequency high pass filter
it will only remove the mean (DC) value of the signal , which appears on your graph as a vertical shift; the "dynamic" portion of the signal remains unchanged as the filter has no effect above 0.25 Hz
Categories
Find more on 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!