搜索资源列表
sqrt_itera_q15x
- 采用牛顿迭代法编写的定点化的开方运算,定点化的精度为Q15-Newton iterative method used to prepare the prescr iption of the fixed-point computation, the accuracy of fixed-point Q15
sqrt_q15
- 采用泰勒级数展开法编写的定点化的开方运算,定点化精度为Q15-Taylor series expansion method used to prepare the prescr iption of the fixed-point computation, fixed-point precision for Q15
fft_ifft
- 定点化Complex16快速基4 FFT(IFFT)代码,使用SSE针对Intel CPU优化,支持阶数4-4096 其中计算4096阶FFT仅需10us-Fixpoint (Complex16) base 4 FFT code, using SSE to optimize for Intel CPU, supporting order of 4-4096
log
- 之前找不到合适精度的log2x函数的定点化源码,经过实现并验证后,发上来大家一起学习-fixed version for log2x
FFT-master
- FFT定点化的代码,可以用于各种芯片中。-FFT fixed code
fft-arm-0.01
- FFT代码,经过了定点化,采用基4实现的。-FFT code
FFT_fixedPoint_console
- 经过定点化的FFT程序。比较实用的程序。-fixed fft
dingdianhua-
- 对于数据定点化仿真,LTE下行链路物理层定点化处理,非常有借鉴作用,得出浮点数据和定点数据关系,自己原创。-For fixed-point simulation data, LTE downlink physical layer processing point, very reference, come floating-point data and fixed-point data relationships, their own originality.
fft2
- 实现定点化8点FFT计算,函数内部用fi()构造定点数对象。(fixed-point 8-point FFT function)