The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
124 views

Hilbert transform filter for audio applications: Using IIR half-band parallel all pass structure

Does anyone have any experience designing wideband IIR Hilbert transform filters with audio applications in mind? I am using the filter for single side band modulation audio effects discussed in this ...
3
votes
1answer
107 views

How do I find the Hilbert transform (qudrature) of a discrete signal by convolution with a Hilbert kernel?

Given a discrete real signal $ f_{re}(t) $ the (complex) analytic signal is given by: $ x(t) = f_{re}(t) + j*f_{im}(t) $. I want to calculate $f_{im}(t)$: the quadrature by convolving with a Hilbert ...
1
vote
2answers
122 views

Derive minimum phase from magnitude

With the desired magnitude of a transfer function in the frequency domain in C++ as described below what is the correct corresponding minimum phase? In general how does one derive the correct minimum ...
2
votes
1answer
131 views

How to find the envelope of a wide-band signal?

I would like some feedback on possible techniques that one may use to determine the envelope of a broad-band time domain signal. I have heard anecdotally, that it is not as straight-forward as it ...
0
votes
1answer
370 views

Envelope of time domain signal // Hilbert transform

to get the envelope of a time domain signal, s(t), I use the absolute of its analytical time domain signal. But there occur the problem that sometimes the envelope is not as desired a true envelope ...
2
votes
1answer
313 views

Matlab Hilbert Transform in C++

I asked this at Stack Overflow, they told me to come here. First, please excuse my ignorance in this field, I'm a programmer by trade but have been stuck in a situation a little beyond my expertise ...
5
votes
1answer
137 views

Hilbert transform: analytic signal

I want to observe how the signal's phase changes over time and I know Hilbert transform can be used here to get the analytic signal, from which I can extract the amplitude and phase. I know that to ...