Why is there no delay in my input signal after using fdesign.arbgrpdelay to introduce group delay?
2 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2022-9-15
回答: MathWorks Support Team
2022-10-6
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?
采纳的回答
MathWorks Support Team
2022-9-15
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 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!