This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI的拉弧方案SM73201中,ARC_FACTORY_DEFAULTS 几个参数该怎么调试,各代表什么意思

Other Parts Discussed in Thread: SM73201, TMS320F28035

宏定义

typedef struct {

float32 B ; // Analysis BandWidth
float32 I ; // Min Frequency
float32 F ; // Filter Weight
float32 D ; // Bin Discard Factor
int16 T ; // Threshold ArcAvg=48.4/Min=32.2; NoArcAvg=0.001/Stddev=4.01/Max=9.8
int16 C ; // Clipping Level
float32 ADSampleRate ; // Sampling Rate
} arc_factory_t ;

初始值

#define ARC_FACTORY_DEFAULTS { \
30.0e3 , \
45.0e3 , \
4.00 , \
0.35 , \
250 , \
55 , \
SAMPLING_FREQ}

请问该怎么调试这几个参数,每个代表什么意思?现在我根据SM73201方案做了一个板子,经常误触发