how to solve this question
조회 수: 18 (최근 30일)
이전 댓글 표시
the question is "verify the convolution theorem of Fourier transform for signals x(t)=Π(t)and y(t)=Λ(t)numerically,once by determining the convolution directly and once by using the Fourier transform of the two signals."
x(t)->square signals y(t)->triangular signals
thanks
댓글 수: 0
답변 (1개)
Sidhu
2011년 11월 28일
convolution of two signals is nothing but the simple multiplication of the fourier transform of the signal. Let me describe you in steps for ur easy understanding.
1.Find the Fourier transform using x=fft(m) 2.Find fft of the 2 signals using fft function 3.multiply the two signals 3.take ifft of the multiplied output using ifft function 4. compare the outputs u ll find them same.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!