cvphase
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
Convert phase spectrum.
- Usage
cvphase(p, ifmt, ipos, ibin, ofmt, opos, obin, nbin, orev, sr, len, hop)
- p: original phase spectrum at frame ipos and in the format ifmt; p is a vector with n values
- ifmt, ofmt: input and output phase format
- 0 = differences
- 1 = locked phase
- 2 = unlocked phase
- ipos, opos: input and output frame index
- ibin, obin: input and output spectral bin
- nbin: number of spectral bins to convert
- rev:reverse output phase (0=no, 1=yes)
- sr:signal sampling rate
- len:transformation length (in samples) used for analysis and resynthesis
- len:hopsize (in samples) used for analysis and resynthesis
- Description
- Result
- A vector r with nbin values, containing the converted phase values.
- See also
- hcomb, optmm, script application MulAc