Help with Bode or Bodeplot
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Star Strider
am 1 Apr. 2019
Use the fft, abs, and angle functions. Then use subplot to plot the amplitude and phase agianst a common frequency vector.
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!