资源列表
[数学计算/工程计算] conjugate_grads
说明:这是一个实现最优化计算的程序,采用的算法为共轭梯度法。-This is a realization of optimal calculation procedure, the algorithm used to conjugate gradient method.<宋亚平> 在 2025-02-03 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] Experiment-for-FFT-convolution-using-Overlap-Add-m
说明:采用FFT和IFFT的快速卷积的C程序实现源代码。-FFT and IFFT fast convolution C program source code.<minytian> 在 2025-02-03 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] atan_base_on_CORDIC_arithmetic
说明:用CORDIC算法实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1QN格式的位数,比如32位long,程序多处需要修改,有需要的话自己改吧。 -CORDIC algorithm with the two parameters arc tangent. And the accuracy of the CORDIC iteration numbe<陈朋> 在 2025-02-03 上传 | 大小:2kb | 下载:0