optmm

From STX Wiki
< Programmer Guide‎ | Command Reference‎ | EVAL
Revision as of 13:59, 20 April 2011 by Toni (talk | contribs) (Created page with '{{DISPLAYTITLE:{{SUBPAGENAME}}}} Smooth multiplier matrix using a two dimensional convolution. The function <code>optmm</comp> was especially implemented for the [[Programmer_Gui…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Smooth multiplier matrix using a two dimensional convolution. The function optmm</comp> was especially implemented for the script application MulAc.

Usage
optmm(mflag, a, w)
mflag
selects the method used to modify the multiplier matrix; currently only the method mflag=0 is implemented
a
The multiplier matrix. Each row a[i] contains one linear filter spectrum to be applied to a signal.
g
The smoothing matrix, containg a two dimensional a smoothing function.
Description
  1. The function extracts the frequency ft of the test tone from the selected test frequency band (arguments: mflag, imin, imax and rr).
  2. The argument ot is used to compute the fundamental frequency f0 of the harmonic comb.
  3. For each frequency band of the harmonic comb is tested if there is a spectral component (peak) or not. The frequency, amplitude and order of the detected harmonic components are saved.
Result
The matrix r with the same dimensions as a, containing the smooth multiplier matrix.
See also
hcomb, cvphase, script application MulAc

<function list>

Navigation menu

Personal tools