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 frequency-series object (FSDATA)

xunits

Units to interpret the frequency samples

yunits

Units to interpret the data samples

Private Properties

Properties Description

x

Frequency samples vector

y

y samples vector

fs

Sample rate of data

enbw

Equivalent noise bandwidth

navs

Number of averages

version

CVS version string of the constructor

creatd

Time object which stores the creation time of the FSDATA 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

fsdata

FSDATA frequency-series object class constructor.

Back to Top of Section Back to Top of Section

Helper

Methods Description

get

GET get a fsdata property.

isfield

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

isvalid

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

set

SET set a fsdata property.

Back to Top of Section Back to Top of Section

Internal

Methods Description

get_xy_values

GET_XY_VALUES returns the x-axis and/or y-axis values.

reshapeF

RESHAPEF reshape the frequency vector to match the y vector.

setFreq

SETFREQ sets the frequency vector of a fsdata object based on the length of the y vector and the sample rate.

set_xy_axis

SET_XY_AXIS set the x-axis and y-axis values.

single_operation

SINGLE_OPERATION implements specified operator overload for fsdata objects.

subsasgn

SUBSASGN define index assignment for fsdata properties.

subsref

SUBSREF Define field name indexing for fsdata objects.

Back to Top of Section Back to Top of Section

Output

Methods Description

char

CHAR convert a param object into a string.

display

DISPLAY implement terminal display for fsdata object.

save

SAVE an fsdata object to file.

Back to Top of Section Back to Top of Section