Home > . > findfreq.m

findfreq

PURPOSE ^

[freqval, sfrval] = findfreq(dat, val, imax, fflag) find frequency for specified

SYNOPSIS ^

function [freqval, sfrval] = findfreq(dat, val , imax, fflag)

DESCRIPTION ^

[freqval, sfrval] = findfreq(dat, val, imax, fflag) find frequency for specified
SFR value
 dat   = SFR data n x 2, n x 4 or n x 5 array. First col. is frequency
 val = threshold SFR value, e.g. 0.1
 imax = index of half-sampling frequency (normally n)
fflag = 1  filter [1 1 1] SFR data
      = 0 no filter (default)
 freqval = frequency corresponding to val; (1 x ncolor)
 SFR corresponding to val (normally = val) (1 x ncolor)

 3 July 2007
 Copyright (c) Peter D. Burns 2007-2008

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 27-Jul-2009 13:44:16 by m2html © 2003