Signal Processing Toolbox Release Notes Previous page   Next Page

Chapter 3
Signal Processing Toolbox 6.2 Release Notes


New Features

This section summarizes the new features and enhancements introduced in the Signal Processing Toolbox 6.2.

This section is organized into the following subsections:

Spectrum Objects

The Signal Processing Toolbox 6.2 adds a new spectrum object. Spectrum objects contain parameter information for a particular spectral estimation method (e.g., spectrum.welch). This object provides an improved way to view and manipulate spectral estimation parameters. See the spectrum reference page and the associated estimation method reference pages for more information.

Dspdata Objects

A new data object dspdata has been added. These data objects contain parameter information for spectral data. Available types of data objects are dspdata.msspectrum, dspdata.psd, and dspdata.pseudospectrum. These objects contain the mean-square spectrum data, the power spectral density data, and the pseudospectrum data, respectively. With these objects, you can apply methods that calculate certain values or modify the data, such as computing the average power, centering the DC value, converting the spectrum between one-sided and two-sided, and normalizing the frequency. You can plot the data in a new Spectral Analysis plot. See dspdata for information.

Options Objects

A new options object dspopts has been added. This object contains optional parameter information for spectrum objects. You create options objects via methods on other objects. See dspopts for information.

Filter States Objects

A new filter states object filtstates with two properties--Numerator and Denominator, that contain the filter states for an IIR Direct-form I filter, has been added. The states property of a dfilt.df1, dfilt.df1t, dfilt.df1sos, or dfilt.df1tsos filter now contains a filtstates.dfiir object, instead of a double vector. See filtstates for more information.

Note that you cannot change the values in the Numerator or Denominator using this syntax:

Enhancements to Discrete-time Filter Objects

Enhancements to Window Objects

Two new methods have been added to sigwin objects:

Enhancement to Spectral Estimation Functions

All of the spectral estimation functions (pburg, pcov, peig, periodogram, pmcov, pmtm, pmusic, pwelch, and pyulear) now use the new Spectral Analysis plot when no output arguments are specified. For an example of this plot, see the spectrum reference page.

FDATool Enhancements

FVTool Enhancement

From the command line, you can change the sampling frequency (Fs) for the filter(s) in FVTool. See the Controlling FVTool from the MATLAB Command Line section of fvtool for more information.

New Demos

Two new demos have been added:


Previous page  Upgrading from an Earlier Release Major Bug Fixes Next page

© 1994-2005 The MathWorks, Inc.