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
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
2019-4-1
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 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Frequency-Domain Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!