Help with Bode or Bodeplot

Hello
I wanted to use the Bode or Bodeplot command but I didn't succeed because my data is double. They know how you could convert them to a type of data that you can use those commands with.
Thank you

3 件のコメント

Walter Roberson
Walter Roberson 2019 年 3 月 31 日
? bode() and bodeplot() expect systems (such as state space or transfer functions) as input, and they analyze the system in order to create the plot.
Please explain more about task you need to perform?
Luis David Rojas
Luis David Rojas 2019 年 4 月 1 日
I have a . csv file that is an electromyographic signal and I need to make a Bode diagram with that data.
Star Strider
Star Strider 2019 年 4 月 1 日
Use the fft, abs, and angle functions. Then use subplot to plot the amplitude and phase agianst a common frequency vector.

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

回答 (0 件)

タグ

質問済み:

2019 年 3 月 31 日

コメント済み:

2019 年 4 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by