PURPOSE
b = cwt(s,dim,scales,wname,'wname',...) : Continuous wavelet transform
SYNOPSIS
function s = cwt(a,dim,scales,wname,plotit)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- abs b = abs(s) : absolute value of iData object
- copyobj b = copyobj(s) : makes a copy of iData object
- diff b = diff(s) : computes the difference long 1st axis of iData object
- double d = double(s) : convert iData into doubles
- end b = end(s,index,n) : end value for iData objects
- getaxis [val, lab] = getaxis(s, AxisIndex) : get iData axis value and label
- iData
- interp [b...] = interp(s, ...) : interpolate iData object
- isempty isempty(s) : true for empty iData object
- isnan b = isnan(s) : True for NaN iData object elements
- isscalar b = isscalar(s) : True for scalar iData objects
- isvector b = isvector(s) : True for vector iData object
- label b = label(s, alias, label) : Change iData label for a given alias/axis
- log b = log(s) : natural logarithm value of iData object
- log10 b = log10(s) : base 10 logarithm value of iData object
- mean b = mean(s, dim) : mean value of iData object
- min [m,id] = min(a,b, dim) : computes the maximum value of iData object(s)
- ndims d = ndims(s) : get the dimensionality of iData object
- permute c = permute(a, order) : Permute object dimensions from iData objects/arrays
- plot h = plot(s, method, ...) : plot iData object
- reshape c = reshape(a) : reshape the object Signal
- round b = round(s) : upper integer round of iData object
- set [s,...] = set(s, 'PropertyName', Propertyvalue, ...) : set iData properties
- setalias [s,...] = setalias(s, AliasName, AliasLink, {AliasLabel}) : set iData aliases
- setaxis s = setaxis(s, rank, alias, value) : set iData axes
- size size(s) : get iData object size (number of elements)
- zeros s = zeros(s,N,M,P,...) : initialize an iData array
This function is called by:
Generated on Tue 27-Nov-2018 10:56:24 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1