DocumentationHelp CenterDocumentation
octaveFilterBank
gammatoneFilterBank
Get filter information
infoStruct = info(obj)
example
infoStruct = info(obj) returns a structure, infoStruct, containing information about obj.
infoStruct
obj
collapse all
Create a graphicEQ System object™. Call info to return a structure containing standards-based center, edge, and preferred frequencies.
graphicEQ
info
equalizer = graphicEQ; info(equalizer)
ans = struct with fields: CenterFrequencies: [1x10 double] EdgeFrequencies: [1x11 double] PreferredFrequencies: [31.5000 63 125 250 500 1000 2000 4000 8000 16000]
Create a default octaveFilterBank. Call info to return a struct containing information about the octave filter bank.
octFiltBank = octaveFilterBank; infoStruct = info(octFiltBank)
infoStruct = struct with fields: CenterFrequencies: [1x10 double] BandedgeFrequencies: [1x11 double] GroupDelays: [1x10 double]
Create a default gammatoneFilterBank. Call info to return a struct containing information about the octave filter bank.
gammaFiltBank = gammatoneFilterBank; infoStruct = info(gammaFiltBank)
infoStruct = struct with fields: CenterFrequencies: [1x32 double] Bandwidths: [1x32 double] GroupDelays: [1x32 double]
Object to get information from, specified as an object of gammatoneFilterBank, octaveFilterBank, or graphicEQ.
struct
Struct containing information about the input obj.
gammatoneFilterBank | graphicEQ | octaveFilterBank
You have a modified version of this example. Do you want to open this example with your edits?
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office
Get trial now