to find the rectangular pulse The width of rectangular pulse is 5 ,1,5.0,1.0,05.0=w , centered at x=0.
조회 수: 1 (최근 30일)
이전 댓글 표시
syms a b t
f = rectangularPulse(a,b,t);
ffT = fourier(f);
ffT = - (sin(a*w) + cos(a*w)*1i)/w + (sin(b*w) + cos(b*w)*1i)/w;
댓글 수: 0
답변 (1개)
Nikhil Sonavane
2020년 4월 20일
편집: Nikhil Sonavane
2020년 4월 20일
I would suggest you go through the documentation of rectangularPulse function and you may then use it to get the rectangular pulse of your need.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Switches and Breakers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!