搜索资源列表
VQ_C_language
- 基于经典LBG算法的矢量量化的C语言实现,注释详尽,很容易让读者理清程序算法和思路。函数的功能和怎么调用,一目了然。-Based on the classic LBG vector quantization algorithm C-language implementation, comment in detail, it is easy for readers to sort out procedural algorithms and ideas. The function and how f
F2812_ADsample
- F2812 AD校正算法,提高转换精度。(CCS3.3开发环境)。 AD采样频率为10K,利用通用定时器T1的周期中断事件来启动AD转换。ADCINA0和ADCINB0为参考电平,实际的电压值分别为0.420和1.653。对ADCINA0、ADCINA1、ADCINB0、ADCINB1四个通道进行连续10次的采样,然后对各个通道的10个采样值进行排序,滤波,最后取平均值。然后由ADCINA0和ADCINB0通道的值计算求得CalGain和CalOffset,最后由这两个量来校正ADCINA1和A
SORT-F2013
- Quick sort algorithm on the F2013. It chooses the splitting value and rearranges the array so that all elements to the left of split value are less than or equal to it and all elements greater that the split value are to the right of it.-Quick sort a