Properties Properties of the class
Methods All Methods of the class ordered by category.
Examples Some constructor examples

Back to Class descriptions Back to Class descriptions

Properties

Public Properties Public means that all clients can access the member by its name.
Private Properties Private restricts the access to the class itself. Only methods that are part of the same class can access private members.

Back to Top Back to Top

Public Properties

Properties Description

name

Name of the spectral window (SPECWIN) object

Private Properties

Properties Description

alpha

Alpha parameter for various window functions

psll

Peak sidelobe level

rov

Recommended overlap

nenbw

Normalised equivalent noise bandwidth

w3db

dB bandwidth in bins

flatness

Window flatness

ws

Sum of window values

ws2

Sum of squares of window values

nfft

Window length

win

Window samples (column vector)

plist

The parameter list object which creates the SPECWIN object

version

CVS version string of the constructor

created

Time object which stores the creation time of the SPECWIN object

Methods

Constructor Constructor of this class
Helper Helper functions only for internal usage
Internal Internal functions only for internal usage
Output Output functions

Back to Top Back to Top

Constructor

Methods Description

specwin

SPECWIN spectral window object class constructor.

Back to Top of Section Back to Top of Section

Helper

Methods Description

get

GET get specwin object properties.

isfield

ISFIELD tests if the given field is one of the object properties.

isvalid

ISVALID tests if the given specwin has all the correct fields of the correct type.

set

SET sets a specwin property.

string

STRING writes a command string that can be used to recreate the input window object.

Back to Top of Section Back to Top of Section

Internal

Methods Description

subsasgn

SUBSASGN define index assignment for specwin properties.

subsref

SUBSREF Define field name indexing for specwin objects.

Back to Top of Section Back to Top of Section

Output

Methods Description

char

CHAR convert a specwin object into a string.

display

DISPLAY overloads display functionality for specwin objects.

plot

PLOT plots a specwin object.

save

SAVE a specwin object to file.

Back to Top of Section Back to Top of Section