Given the Continuous Wave Transform matrix, how do I plot the CWT scalogram?

1 view (last 30 days)
wt = cwt(x)
returns the CWT matrix. Without doing cwt(x), how do I get the scalogram only from wt?
Specifically, in this case,
x = cwt(lfpin.(lfpfields{ii}).values,1/(lfpin.(lfpfields{1}).interval),'FrequencyLimits',[0.1 200]);
Frequency Limits must be the same, and the time range on the x axis must be the same.

Answers (0)

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!