structure for sinusodial peak More...
#include <sms.h>
Data Fields | |
sfloat | fFreq |
sfloat | fMag |
sfloat | fPhase |
structure for sinusodial peak
sfloat SMS_Peak::fFreq |
frequency of peak
Referenced by GetNextClosestPeak(), GetStartingPeak(), GoodCandidate(), sms_detectPeaks(), sms_harmDetection(), and sms_peakContinuation().
sfloat SMS_Peak::fMag |
magnitude of peak
Referenced by ComparePeak(), GetNextMax(), GoodCandidate(), sms_detectPeaks(), sms_harmDetection(), and sms_peakContinuation().
sfloat SMS_Peak::fPhase |
phase of peak
Referenced by sms_detectPeaks(), and sms_peakContinuation().