Why is there no delay in my input signal after using fdesign.arbgrpdelay to introduce group delay?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MathWorks Support Team
il 15 Set 2022
Risposto: MathWorks Support Team
il 6 Ott 2022
I am trying to introduce frequency-dependent group delay using the arbitrary group delay filter "fdesign.arbgrpdelay" of the DSP System Toolbox in MATLAB R2021b. Although filter characteristics I get via "fvtool" look like I am designing what I intend, once the filter is applied it doesn't introduce any delay into the signal.
Why is no delay introduced to my input signal?
Risposta accettata
MathWorks Support Team
il 15 Set 2022
The input signal must be specified as a column vector instead of as a row vector. The number of rows of the input signal is the frame size, and the number of columns of the input signal is the number of channels.
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!