how to plot a continuous signal
現在この質問をフォロー中です
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます。
エラーが発生しました
ページに変更が加えられたため、アクションを完了できません。ページを再度読み込み、更新された状態を確認してください。
古いコメントを表示
i am unable to plot the following signal can anyone help me? x(t)=20t^2(1-t)^4cos(12*pi*t)
採用された回答
Star Strider
2017 年 1 月 23 日
Sounds like homework ...
x = @(t) 20*t.^2.*(1-t).^4.*cos(12*pi*t);
t = linspace(0, 1);
figure(1)
plot(t, x(t))
grid
9 件のコメント
amina sundas
2017 年 1 月 24 日
thank you and yes a part of homework.. now i gotta find its haar transform..
Star Strider
2017 年 1 月 24 日
My pleasure.
That should be relatively straightforward with the Wavelet Toolbox.
amina sundas
2017 年 1 月 29 日
yeah i need to update my matlab. seems i dont have wavelet toolbox.
Star Strider
2017 年 1 月 29 日
You need it if you want to work with wavelets. (I don’t use it often enough to be comfortable dealing with Questions about it.) It’s very useful for denoising signals with broadband noise, and for isolating specific features from signals.
amina sundas
2017 年 1 月 30 日
ahan.. im working on it, thank you for information.
Star Strider
2017 年 1 月 30 日
My pleasure.
amina sundas
2017 年 2 月 5 日
can you help me in another program
Star Strider
2017 年 2 月 5 日
Perhaps.
Post it as a new Question.
Leane Armada
2020 年 10 月 22 日
hi. can you help me with this problem ?
sketch the continuous time signal
x(t) = u(t+1) - 2u(t-1) + u(t-3)
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Smoothing and Denoising についてさらに検索
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
- América Latina (Español)
- Canada (English)
- United States (English)
ヨーロッパ
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
