OverLordGoldDragon / ssqueezepy

Synchrosqueezing, wavelet transforms, and time-frequency analysis in Python
MIT License
599 stars 92 forks source link

Is it possible to plot CWT with linear scale (Y axis)? #102

Closed FazlaMashrur closed 9 months ago

FazlaMashrur commented 9 months ago

signal fs = 512, I want to observe the changes 150 to 250 Hz. The log scale make it very small. Is it possible to make it linear.

Author suggested in cwt code not to use linear. Any solution?