SciML / ModelingToolkit.jl

An acausal modeling framework for automatically parallelized scientific machine learning (SciML) in Julia. A computer algebra system for integrated symbolics for physics-informed machine learning and automated transformations of differential equations
https://mtk.sciml.ai/dev/
Other
1.41k stars 204 forks source link

Frequency domain analysis of electrical model #1494

Open jonschumacher opened 2 years ago

jonschumacher commented 2 years ago

I would like to perform a frequency domain analysis of a linear electrical model composed of components from the standard library. As a result, I would like to obtain a Bode plot. Normally, one would transform the differential equations into the Laplace domain, calculate the transfer function and determine amplitude and phase for the selected frequencies. I find it hard to find any documentation on solving problems in frequency instead of time domain. I would really appreciate any hint on how to do this within ModelingToolkit.

Regards, Jonas

baggepinnen commented 2 years ago

The way forward here is to provide functionality for linearization, i.e.,

References: