I have a waveform signal X1
in the time domain that is long enough for all of the frequency components to have completed multiple periods, and want to derive the frequency
, phase
and amplitude/power
components.
With those components derived, I would like to then subsequently construct the time domain waveform for an arbitrary selected length using those components. How can I do this in Julia?
Can I print/display the list of the freq/phase/amplitude components of the signal to understand its composition to be interpreted easily?