File:Highpass discrete Hilbert transform filter.tif
Summary
Description |
English: Example of a discrete Hilbert transform filter, highpass design. |
Date | |
Source | Own work |
Author | Bob K |
Matlab commands
h = firpm(65,[0.05 1],[1 1],'h');
plot(-33:32, h)
axis([-33 32 -.8 .8])
xlabel('Time (samples)')
ylabel('Amplitude')
title('Impulse response of highpass Hilbert transform filter')
fvtool(h,1)
title('Frequency response of highpass Hilbert transform filter')
grid off
Licensing
![]() |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |