资源列表
matlab2.rar
- 匈牙利算法的matlab程序,写得不错,多多支持啊,Hungary algorithm matlab procedures, written well, a lot of support ah
KakaduWin32.zip
- Kakadu V6.1 for Win32 Kakadu 是JPEG2000编解码的实现之一,Kakadu V6.1 for Win32 Kakadu is the realization of JPEG2000 codec, one of
parabolic_equation_ADI.rar
- 求解抛物型方程的交替隐方向P-R差分格式的matlab程序实现。不过大家在用的时候要用到原函数f.m和精确解函数uexact.m,应用程序的时候只要修改精确解和右端项就可以了。,Solving Parabolic Equations PR alternating direction implicit difference scheme of matlab program. But we can use the time to use the original function fm and th
work.rar
- 设计一M阶自适应回波抵消器,已u(n)作为系统输入,d(n)作为系统期望响应,其中d(n)中混有u(n)的回声,信号以8kHz采样,现要求回波抵消器可以消除16ms之内的回声,The design of a M-order adaptive echo cancellation, and have u (n) as the system input, d (n) as a system to respond to the expectations, in which d (n) in a mixt
IIR_Filter.rar
- 直接型IIR滤波器实现源代码,希望与大家共同分享!,Direct IIR filter source code, I hope to share with you!
cubebymatlab.rar
- 使用matlab语言,用7种方法绘制立方体,有详细说明和配图。对于了解matlab三维绘图的基本语句有借鉴作用。初学者非常适合。,Using matlab language, with 7 kinds of methods of drawing a cube, with a detailed descr iption and distribution map. Matlab for the understanding of the basic sentence of three-dimensio
melcepst.rar
- 计算Mel倒谱系数的matlab程序: MELCEPST Calculate the mel cepstrum of a signal C=(S,FS,W,NC,P,N,INC,FL,FH) 使用: c=melcepst(s,fs) % calculate mel cepstrum with 12 coefs, 256 sample frames,Mel cepstrum coefficients calculated the matlab procedure: MELCEPST Calcu
Hankel.rar
- 根据脉冲序列,使用Hankel矩阵法求系统脉冲响应传递函数,According to pulse sequence, the use of Hankel matrix method for system impulse response transfer function
C++程序用类来实现矩阵
- 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括: 矩阵大小,用 lines, rows(行、列来表示); 存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括: 构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组; 析构函数,需要释放矩阵的数组指针; 拷贝构造函数,需要申请和复制数组; 输入,可以从cin中输入矩阵元素; 输出,将矩阵格式化输出到cout; 矩阵相加的
MATLAByingyongchengxu.rar
- 独到精辟的算法及例子,通过MATLAB语言由浅入深的介绍了控制系统的仿真,Original algorithm and brilliant examples MATLAB language through easy-to-digest introduced control system simulation
One-dimensional_search_method.
- 无约束优化问题一维搜索的常用方法:黄金分割法(golden_section.m)、加步搜索法(plus_step_search.m)、牛顿法(newton.m)、抛物线法(parabola.m),Unconstrained optimization problem of one-dimensional search of the commonly used methods: Golden Section (golden_section.m), plus step-by-step search m
svpwm.rar
- 实现了SVPWM,已经通过测试,是初学者一个很好的例子,Achieved SVPWM, has passed the test, is a good example for beginners