Note that this reference documentation is identical to the help that is displayed in Matlab when you type “help ft_specest_convol”.
FT_SPECEST_CONVOL performs wavelet convolution in the time domain by convolution with Morlet's wavelets. Use as [spectrum,freqoi,timeoi] = specest_convol(dat,time,...) where dat = matrix of chan*sample time = vector, containing time in seconds for each sample spectrum = matrix of chan*freqoi*timeoi of fourier coefficients freqoi = vector of frequencies in spectrum timeoi = vector of timebins in spectrum Optional arguments should be specified in key-value pairs and can include timeoi = vector, containing time points of interest (in seconds, analysis window will be centered around these time points) freqoi = vector, containing frequencies (in Hz) waveletwidth = number, 'width' of wavelets expressed in cycles (default = 7) See also FT_FREQANALYSIS, FT_SPECEST_MTMFFT, FT_SPECEST_MTMCONVOL, FT_SPECEST_HILBERT, FT_SPECEST_NANFFT, FT_SPECEST_WAVELET
Share this page: