.1
| Release 11 New Features |
Signal Processing Toolbox 4.2
Version 4.2 of the Signal Processing Toolbox delivers a number of improvements and enhancements, described below. Also see the Signal Processing Toolboxreadme file for a summary of the new additions. To view the readme file, type
info signal
New Functions
Name
Purpose
ac2polyAutocorrelation sequence to prediction polynomial conversion
ac2rcAutocorrelation sequence to reflection coefficients conversion
arburgAR parametric modeling via Burg's method
arcovAR parametric modeling via the covariance method
armcovAR parametric modeling via the modified covariance method
aryuleAR parametric modeling via the Yule-Walker method
bufferBuffer a signal vector into a matrix of data frames
pcovPower Spectrum estimate via the covariance method
pmcovPower Spectrum estimate via the modified covariance method
poly2acPrediction polynomial to autocorrelation sequence conversion
pwelchPower Spectrum estimate via Welch's modified periodogram method
rc2acReflection coefficients to autocorrelation sequence conversion
rlevinsonReverse Levinson-Durbin recursion
sgolayDesign a Savitzky-Golay smoothing filter
sgolayfiltFilter a signal with a Savitzky-Golay smoothing filter
sosfiltFilter a signal using second-order sections (biquad)
tf2sosTransfer function to second-order sections conversion
New Demos
Name
Purpose
sgolaydemoDemonstrates Savitzky-Golay filtering
Enhanced Functions
firrcos
Thefirrcos function now:
pburg, pmtm, pmusic, pyulear
These functions have changed in a way that may affect your results. When no sampling frequency (Fs) is specified, these functions return the PSD estimate, Pxx(
), as a function of normalized angular frequency,
pcov, pmcov, and pwelch also adhere to this specification.
poly2rc
Returns the zero-lag autocorrelation when called with the optional second input argument, the final prediction error.rc2poly
Therc2poly function has changed in ways that may affect your results:
sos2ss, sos2tf, sos2zp
Thesos2ss, sos2tf, and sos2zp functions now accept an optional second input argument, the gain returned by the functions that convert to second-order-sections (SOS) form (ss2sos, tf2sos, and zp2sos).
ss2sos, zp2sos
Thess2sos and zp2sos functions have changed in ways that may affect your results. These functions provide an additional output argument corresponding to the gain of the second-order-sections structure and also accept an additional input argument that specifies the desired scaling of the structure. Scaling choices are:
-norm, 2-norm, and none.
detrend Now Part of MATLAB Language
Thedetrend function now ships in the toolbox/matlab/datafun directory as part of the standard MATLAB language.
Interactive Tool Enhancements
The following tools have changed in ways that may affect your results.pwelch function instead of psd, and therefore no longer offers the scaling or detrending options. (pwelch internally scales the PSD magnitude by 1/Fs, and does not detrend the original signal.)