structure to hold an analysis frame More...
#include <sms.h>
Data Fields | |
int | iFrameSample |
int | iFrameSize |
int | iFrameNum |
SMS_Peak * | pSpectralPeaks |
int | nPeaks |
sfloat | fFundamental |
SMS_Data | deterministic |
int | iStatus |
structure to hold an analysis frame
This structure has extra information for continuing the analysis, which can be disregarded once the analysis is complete.
deterministic data
Referenced by DeleteShortTrack(), FillGap(), sms_analyze(), sms_cleanTracks(), sms_freeAnalysis(), sms_initAnalysis(), sms_initFrame(), and sms_peakContinuation().
sfloat SMS_AnalFrame::fFundamental |
fundamental frequency in frame
Referenced by ReAnalyzeFrame(), sms_analyze(), sms_fundDeviation(), sms_harmDetection(), sms_initFrame(), sms_peakContinuation(), and sms_sizeNextWindow().
frame number
Referenced by DeleteShortTrack(), FillGap(), ReAnalyzeFrame(), sms_cleanTracks(), sms_initFrame(), sms_peakContinuation(), and sms_scaleDet().
sample number of the middle of the frame
Referenced by sms_analyze(), sms_analyzeFrame(), and sms_initFrame().
number of samples used in the frame
Referenced by ReAnalyzeFrame(), sms_analyzeFrame(), and sms_initFrame().
status of frame enumerated by SMS_FRAME_STATUS
Referenced by ReAnalyzeFrame(), sms_analyze(), sms_initAnalysis(), and sms_initFrame().
number of peaks found
Referenced by sms_analyze(), sms_analyzeFrame(), and sms_initFrame().
spectral peaks found in frame
Referenced by sms_analyzeFrame(), sms_harmDetection(), sms_initFrame(), and sms_peakContinuation().