GFB = may2011_gammatoneinit(FS,FLOW,FUP,NFILTER,BEAR,BALIGN,BINFO)
FS | sampling frequency in Hz |
FLOW | center frequency of lowest auditory filter (default, FLOW = 80) |
FUP | center frequency of highest auditory filter (default, FUP = 8e3) |
NFILTER | number of auditory filters which will be spaced linear on the ERB scale. If NFILTER is not a scalar but a vector, the first value is assumed to represent the number of auditory channels and the following values represents the indices of the filters which should be processed. This can be useful if a large number of channels is required as MATLAB might run out of memory for a longer exerpt if all filters are computed in one step. (default, NFILTER = round(freq2erb(FS/2)) |
BEAR | Adjust gain coefficients of the auditory channels to incorporate middle ear effects. Note that this feature can only be used if the center frequencies of the auditory channels are above 20 hertz and below 12500 hertz. (default, BEAR = true) |
BALIGN | time-aligned gammatone output (non-causal output) (default, BALIGN = false) |
BINFO | info flag printing gammatone parameters on the screen (default, BINFO = false) |
GFB | gammatone parameter structure which can be passed as second input argument to the function gammatone |
Developed with Matlab 7.4.0.287 (R2007a).