plotting linear differential equations and using a bode plot for amplitude and frequency
Afficher commentaires plus anciens
I have two linear differential equations
a) 1.896(dy(t)/dt) = x(t)
b) 

I am having issues correctly inputting this into matlab to be able to plot this on a bode amplitude and frequency diagram.
2 commentaires
William Rose
le 24 Juin 2022
Are a) and b) a coupled set of equations, or two separate problems?
There are many approaches to generating a Bode plot. Two popular ones are:
1. Find an analtyic solution to the differential equation, and use that analytic solution to determing the equations for the magnitude and phase of the Bode plot.
2. Solve the differential equation numerically, with a sinusoidal input of some specific frequency. Determine the magnitude and phase relation between input and output, once the system stabilizes. That generates one magntiude point and one phase point for your Bode plot. Repeat with other frequency inputs, until you have done enough points to make a plot that you are satisfied with.
Do you want to do method 1, or method 2, or something else?
Tiffany So
le 24 Juin 2022
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Frequency-Domain Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
