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

Public domain 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.
Category:Self-published work#Highpass%20discrete%20Hilbert%20transform%20filter.tifCategory:PD-self#Highpass%20discrete%20Hilbert%20transform%20filter.tif Category:Digital signal processing Category:Impulse response Category:Hilbert transform
Category:Digital signal processing Category:Hilbert transform Category:Impulse response Category:PD-self Category:Pages using deprecated source tags Category:Self-published work