Questions tagged [ssqueezepy]

Synchrosqueezing, wavelet transforms, and time-frequency analysis in Python.

3 questions
1
vote
1 answer

How to make a time/period (1/frequency) plot with CWT

This is a question about producing a time/period (1/frequency) plot from a CWT, instead of the time/scale output. I am trying to use the ssqueezepy python library to perform the CWTs. Then I understand I need to convert the scales into…
vibe
  • 280
  • 3
  • 10
1
vote
2 answers

Why does a synchrosqueezed wavelet transform show oscillating behavior?

This question came up in the context of the ssqueezepy library. As a basic experiment I did compute the synchrosqueezed wavelet transform of three basic signals: A sine of 440 Hz. A sine of 880 Hz. A signal that mixes (1) and (2). The result looks…
bluenote10
  • 359
  • 1
  • 2
  • 10
0
votes
0 answers

Why have steps when using ssqueezepy to calculate instantaneous frequency?

I'm using ssqueezepy to calculate signal's instantaneous frequency, The method like below: Tx, Wx, ssq_freqs, scales, *_ = ssq_cwt(data, ('gmw', {'beta': 2, 'gamma': 3}), order=0, padtype='wrap', fs=fs) ridge_idxs = extract_ridges(Tx, scales,…
wsf1990
  • 1
  • 1