filterAnalyzer
Description
The filterAnalyzer
object analyzes the responses of input filters
using the Filter Analyzer
app.
Creation
Syntax
Description
filterAnalyzer
opens the Filter Analyzer
app.
filterAnalyzer(
specifies additional options using one or more name-value arguments. For example, you
can specify filter names, sample rates, or analysis options.filt
1,...,filt
n,Name=Value
)
filterAnalyzer(
opens a
Filter Analyzer session stored in the specified MAT file
filename
)filename
. If Filter Analyzer is already open, this
syntax replaces the current app session with the new session.
filterAnalyzer(
appends
the filters stored in the specified MAT file filename
,"append")filename
to the
current Filter Analyzer session. If Filter Analyzer is not open,
this syntax is equivalent to the previous syntax.
[
returns a handle object for the Filter Analyzer and the numbers corresponding
to the newly added displays, using any combination of input arguments from previous
syntaxes.fa
,dispnums
] = filterAnalyzer(___)
You can also obtain the handle fa
by typing fa =
getFilterAnalyzerHandle
at the command line.
Input Arguments
Output Arguments
Object Functions
addDisplays | Add new analysis displays to Filter Analyzer app |
addFilters | Add new filters to Filter Analyzer app |
clearLegendStrings | Clear alternative legend strings for filters in Filter Analyzer app |
close | Close Filter Analyzer app |
deleteDisplays | Delete displays from Filter Analyzer app |
deleteFilters | Delete filters from Filter Analyzer app |
duplicateDisplays | Duplicate displays in Filter Analyzer app |
getAnalysisOptions | Get analysis options of displays in Filter Analyzer app |
newSession | Clear Filter Analyzer app session and start new one |
renameFilters | Rename filters in Filter Analyzer app |
replaceFilters | Replace existing filters with new filters in Filter Analyzer app |
saveSession | Save Filter Analyzer app session |
setAnalysisOptions | Set analysis options of displays in Filter Analyzer app |
setLegendStrings | Append legend strings for filters in Filter Analyzer app |
showFilters | Show or hide filters in Filter Analyzer app |
showLegend | Show or hide display legends in Filter Analyzer app |
showUserDefinedMask | Show or hide user-defined spectral mask in Filter Analyzer app |
zoom | Zoom into region of interest in Filter Analyzer app displays |
Examples
Version History
Introduced in R2024a