next up previous contents
Next: cwt1dt Up: The commands in alphabetical Previous: cwt1d   Contents

Subsections


cwt1d_yashow

Display the result of cwt1d. Automatically called by yashow!


Syntax

cwt1d_yashow(yawres[,'thresh',thresh])


Description

This function displays the result of the cwt1d function. It is automatically called by yashow with respect to the type of yawres, that is, the name of yawres.type.


Input Data

yawres
[YAWTB OBJECT]: the input structure coming from cwt1d.

thresh
[INTEGER in 0..100]: the thresholding of the displaid matrix. Default value is 5 percents.


Output Data


Example(s)

 
>> sig = yachirp;
>> sc = vect(1, 60, 128, 'log');
>> wav = cwt1d(fft(sig), 'morlet', sc);
>> yashow(wav, 'mode', 'angle');


References


See Also

cwt1d_yashow cwt1dt_yashow cwt2d_yashow cwtsph_yashow samcwt2d_yashow wpck2d_yashow yashow

Location

continuous/1d/cwt1d_yashow.m