Next: normopts
Up: The commands in alphabetical
Previous: morlet2d
  Contents
Subsections
movgauss
Create a three moving Gaussians on the line.
Syntax
[out] = movgauss([nt] [,nx])
Description
This function creates three moving Gaussians on the line with
speeds equal to 1, 0.5, -1 pixel/frame.
Input Data
- nt, nx
- [INTEGERS]: the number of times and positions
(default
64×128).
Output Data
- out
- [DOUBLE MATRIX]: a nt×nx matrix containing the three
moving Gaussians.
Example(s)
>> mat = movgauss;
%% CWT Velocity-position representation on frame 10
>> wav=cwt1dt(fft2(mat),'morlet',6,vect(-2,2,128),'time',10);
>> yashow(wav);
References
See Also
sample/1dt/movgauss.m