cum4.m
Version 1.0.0.0 (1.92 KB) by
Tom McMurray
Computes the 3 dimensional 4th order cumulant biased estimate from an input signal matrix & lag.
4.5K Downloads
Updated
29 Sep 1998
No License
cum4.m computes the 3 dimensional 4th order cumulant biased estimate from an input signal matrix and a maximum lag value. As an example, a 256 sample signal was computed to +/- 31 lags in approximately 50 seconds on a 200 MHz Pentium Pro system, according to:
>> x=(rand(1,256)-0.5)*20;
>> y=cum4(x,31);
cum4.m employs the Signal Processing Toolbox 4.1 function xcorr.m.
Cite As
Tom McMurray (2026). cum4.m (https://www.mathworks.com/matlabcentral/fileexchange/61-cum4-m), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R10
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Correlation and Convolution >
Find more on Correlation and Convolution in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
