i have a problem with flanger code?
显示 更早的评论
here is my code: function y = flanger1(x,Fs)
F=1; d=1; a=0.7; index=1:length(x); D=d/2*(1-cos(2*pi*(F/Fs)*index));
for n=3:length(x), y(n) = x(n)+a*x(n-D(n)); end; end
i try to do some flange effect and i have a problem with the for loop it say i have a error but i dont know how to solve it does anyone have an idea?
thanks
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Audio Processing Algorithm Design 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!