Contents | %%%%%%%%%%%%%%%%%%% class: fsdata %%%%%%%%%%%%%%%%%%%% |
char | CHAR convert a param object into a string. |
display | DISPLAY implement terminal display for fsdata object. |
eq | EQ overloads the == operator for fsdata objects. |
fsdata | FSDATA frequency-series object class constructor. |
get | GET get a fsdata property. |
get_xy_values | GET_XY_VALUES returns the x-axis and/or y-axis values. |
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. |
ne | NE overloads the ~= operator for fsdata objects. |
reshapeF | RESHAPEF reshape the frequency vector to match the y vector. |
save | SAVE an fsdata object to file. |
set | SET set a fsdata property. |
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. |