
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
the conclusion is simple - not Juan's sombrero!
Or maybe... simpler signals.
Like a synthetic 100 hertz + 1,000 hertz.
Let it draw, isolate, summarize.
But this time with a visual phase control.
P.S. Don't just stick whatever the hell it is
whatever you need to build a model
signal = LF + HF + noise
Generate a simpler one - play with the model.
Then make it more complicated.
Why a FIR filter? Wouldn't it be better to get the spectrum first? Then pick up the filter and see the result?
DSP is also possible...
.... Thanks for the topic, I've been wanting to do it myself for a long time, but haven't got around to it.
The FIR filter can be made any way you like. Payback for this calculation time.
Correction.
Payback is not for FIR filter itself, but for a desire to implement it on processor.
Only I do not quite understand where this wish comes from.
Hardware special calculator can calculate value of any FIR filter in 2 clock cycles.
The delay may or may not be important. It all depends on what purpose the filters are used for. In my case, filters are used to decompose a complex curve into simple sine-like components. More precisely, for visual representation of the curve as a sum of components on the screen, because I perceive such components better, and I don't need these components for any calculations.
So, a simple experiment (decomposition of a sine wave) shows that this decomposition is useful only in one case - if the phase shift of the filter is zero. Otherwise, the picture becomes not easier to understand, but more complicated.
After reading the topic diagonally, I still could not find an answer to the question from the title: what is the minimum phase shift of the FIR filter? Although I have not finished my work yet, I have grounds to believe that the minimum possible phase shift of FIR filter is zero. In books, such filters are called physically unrealizable, and that is usually the end of the discussion. Nevertheless it is obvious, that such filters can be used on history and under some conditions they will work in real time as well.