information attached to a guide More...
#include <sms.h>
Data Fields | |
sfloat | fFreq |
sfloat | fMag |
int | iStatus |
int | iPeakChosen |
information attached to a guide
This structure is used to organize the detected peaks into time-varying trajectories, or sinusoidal tracks. As the analysis progresses, previous guides may be updated according to new information in the peak continuation of new frames (two-way mismatch).
sfloat SMS_Guide::fFreq |
frequency of guide
Referenced by GetBestPeak(), GetStartingPeak(), and sms_peakContinuation().
sfloat SMS_Guide::fMag |
magnitude of guide
Referenced by GetBestPeak(), and sms_peakContinuation().
peak number chosen by the guide
Referenced by BestGuide(), GetBestPeak(), GetStartingPeak(), and sms_peakContinuation().
status of guide: DEAD, SLEEPING, ACTIVE
Referenced by GetStartingPeak(), and sms_peakContinuation().