Generate simple chirp signal

2 ビュー (過去 30 日間)
Sammy
Sammy 2015 年 9 月 30 日
コメント済み: Star Strider 2018 年 2 月 24 日
Hello,
How can i generate the simplest form of a chirp in matlab using the chirp function? what are good values for t, f0, t1, f1? Should I plot the frequency using fft? Thanks
y = chirp(t,f0,t1,f1)

採用された回答

Star Strider
Star Strider 2015 年 9 月 30 日
The simplest is the Linear Chirp. ‘Good’ values for the arguments are whatever best satisfy the requirements for your generating the chirp. I would use the spectrogram function rather than the fft, although the one you choose depends on the information you want from it. Both are ‘correct’.
  2 件のコメント
Mohamed Ashraf
Mohamed Ashraf 2018 年 2 月 24 日
What shold happpen when fft happens for chirp
Star Strider
Star Strider 2018 年 2 月 24 日
The fft function is inappropriate for time-varying signal such as a chirp. Use the spectrogram function instead.

サインインしてコメントする。

その他の回答 (1 件)

Image Analyst
Image Analyst 2015 年 9 月 30 日
I'm not sure what you're asking for. Why would one set of parameters be any simpler than another? Just experiment around with parameters until you get a set you like. If you want to plot the frequency with fft() or pwelch(), go ahead.

カテゴリ

Help Center および File ExchangeSpectral Estimation についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by