sympy / sympy

A computer algebra system written in pure Python
https://sympy.org/
Other
12.74k stars 4.38k forks source link

Time and Frequency domain graphs in Fourier and Laplace transform #19022

Open Arpan612 opened 4 years ago

Arpan612 commented 4 years ago

We know that Fourier and Laplace transforms are very important for signal and system analysis. Currently, there is no implementation of Time and Frequency domain analysis of mathematical signals. There should also be made a feature for plotting these graphs simultaneously instead of using a separate plot function. It is important for studying waveforms and filter analysis.

Arpan612 commented 4 years ago

@sylee957 It is important from a mathematician/data scientist's point of view as well. We ourselves use this as a part of our data science course. Could you add the necessary labels for it?

JuanG970 commented 3 years ago

You are thinking in a Bode graph? Or what kind of graph?

hanspi42 commented 2 years ago

I am teaching this and could make a suggestion; it would look a bit like this, for example:

kapitel_03_draw_ord_2.pdf

Is that what you mean?

Comments?