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!