资源列表
一维和多维RLS算法
- 给压缩包包含两个程序,分别为一维和多维RLS算法程序,RLS算法程序在预失真自适应算法中会用到。
Gabor滤波器设计matlab源码
- 关于Gabor滤波器设计的Matlab源码
单纯形法
- Matlab下的,很不错哦
希尔伯特黄变换
- 希尔伯特黄变换工具包
linear-simultaneous-equations
- 源码里包括线性方程组各种解法的Matlab例程,包括LU分解直接解法,夹克比迭代法、GS迭代法、SOR迭代法,共轭梯度法等。
opencv to matlab
- cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
opencv to matlab
- cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
多精度整数与有理数计算库
- 多精度整数与有理数计算库(源代码包)在GNU 多精度库的基础上派生的一个分支,主要用于任意精度和数字长度的整数和有理数计算,也可以用于任意小数精度的扩展浮点数计算。 工作/编译平台: Linux,Unix,Soloris, Windows(VC 2008), Cygwin, Mingw
DVB_S2_LDPC整体累积编码算法文档及MATLAB仿真
- 我本人写DVB_S2_LDPC整体累积编码算法文档及MATLAB仿真代码
DES算法
- DES加密算法 C51源码
stack decimal octal
- 数据结构——栈 (1)实现栈的顺序表示和部分操作(栈的初始化、压栈、出栈) (2)实现栈的求十进制与八进制转换的应用