FFmpeg
|
peakinterp.m File Reference
Go to the source code of this file.
Variables | |
function [iploc, ipmag, ipphase] | |
pX | __pad1__ |
pX | ploc |
pX | ipmag = val-.25*(lval-rval).*(iploc-ploc) |
pX | ipphase = interp1(1:length(pX),pX,iploc,'linear') |
magnitude of peak bin | lval = mX(ploc-1) |
magnitude of bin at left | rval = mX(ploc+1) |
magnitude of bin at right | iploc = ploc + .5*(lval-rval)./(lval-2*val+rval) |
Variable Documentation
pX __pad1__ |
Definition at line 1 of file peakinterp.m.
Initial value:
% Parabolic interpolation of spectral peaks
phase spectrum(unwrapped) ploc
Definition at line 1 of file peakinterp.m.
Definition at line 9 of file peakinterp.m.
Definition at line 1 of file peakinterp.m.
Definition at line 1 of file peakinterp.m.
pX ploc |
Definition at line 1 of file peakinterp.m.
Definition at line 8 of file peakinterp.m.
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11