Why is there no delay in my input signal after using fdesign.arbgrpdelay to introduce group delay?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 15 Sep. 2022
Beantwortet: MathWorks Support Team
am 6 Okt. 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?
Akzeptierte Antwort
MathWorks Support Team
am 15 Sep. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!