Skip to content

Request features for extending cwt analysis to negative scales/frequencies #431

Open
@rohong

Description

@rohong

I was using cwt to draw the spectrogram/scalogram for similar Doppler signals but found that it only returns positive scales/frequencies. This negative scales/frequencies can be important for Doppler detection system, since most Doppler ultrasound systems employ quadrature mixers at the detection stages.

The complex Fourier transform is the conventional method to extract the directional information in the frequency domain. In FT method, the in-phase (I) and quadrature (Q) components are combined as a complex-valued array (I + 1j * Q), and STFT of it with two-sided frequency can give the sonogram/spectrogram. Then the phase velocity can be extracted from this time-frequency representation, as shown in those figures. The forward flow corresponds to positive frequencies, and reverse flow is linked to negative frequencies.

It woudl be great if cwt funciton can give similar results. I also learned from docs the MATLAB's cwt can give negative scales, though they don's show any exmaples about it. I'm wondering if cwt function can work with negative scales/frequencies.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions