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_axis | GET_XY_AXIS returns the x-axis and/or y-axis values. |
ne | NE overloads the ~= operator for fsdata objects. |
reshapeF | RESHAPEF reshape the frequency vector to match the xx 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 xx 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. |
xml | XML convert an fsdata object to an DOM XML object. |
xmladd | XMLADD add a fsdata object to the given node of the input XML DOM |
xmlparse | XMLPARSE creates a fsdata from a fsdata xml file. |