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的Arc Dtection的板子中,使用一个SM73201的16位ADC芯片,请问可不可以直接用DSP内部的ADC代替?

SM73201的价格非常高,实际应用中很难接受,DSP内部虽然精度差点,但是只要修改前面滤波器的放大倍数,我个人觉得效果是一样的。但是TI给定官方软件是一个库文件形式,如果我想把16位ADC芯片去掉,应该怎么使用现在的库文件,或者库文件里面的关键源码可否提供给我参考?

另外,程序中这几个宏定义怎么调试

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 ;