Example 2 on linear convolution using circular convolution |(MATLAB)

Published: 27 November 2018
on channel: Knowledge Amplifier
2,404
17

Code:

n=0:3;
x=(n.^2)+1;
h=n+1;
N=length(x);
M=length(h);
S=N+M-1;
X1_K=fft(x,S);
X2_K=fft(h,S);
X3_K=X1_K.*X2_K;
x3=ifft(X3_K)

Check the previous video:
   • Linear convolution  using Circular co...  


On this page of the site you can watch the video online Example 2 on linear convolution using circular convolution |(MATLAB) with a duration of hours minute second in good quality, which was uploaded by the user Knowledge Amplifier 27 November 2018, share the link with friends and acquaintances, this video has already been watched 2,404 times on youtube and it was liked by 17 viewers. Enjoy your viewing!