资源列表
kohonen1
- kohonen一维 排序,自组织映射网络SOM-kohonen SOM one dimension
mulDNewton
- 本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。-The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F: non-linear equations, x0: init
odesolver
- 计算船舶pitch运动阻尼 经验公式法 计算船舶pitch运动阻尼 经验公式法-calculate pitch motion and damping by empirical equations
fseries
- 傅里叶变换,FSERIES 返回傅里叶系列系数,代码中对参数有详尽的解释说明,方便看懂-Fourier transform, FSERIES back Fourier series coefficients, the code of the parameters detailed explanations, easy read
ARburg
- ar算法的matlab源程序的验证,对于随机过程的信号处理有所帮助-ar algorithm matlab source of verification, for random processes signal processing help
MAtLabPLOTTING
- MAtLab PLOTTING: A SIMPLE EXAMPL TO SHOW THE EASINNESS OF PLOTTING USING MATLAB AND OCTAVE
LMS
- 一个简单的LMS算法小程序,在自适应预失真中会用到-LMS algorithm is a simple small program, the adaptive pre-distortion will be used! ! !
single1
- 用matlab实现单极性归零码的信号波形以及其功率谱-Using matlab to achieve unipolar NRZ signal waveform and its power spectrum
123
- 在matlab中实现巴特沃斯低通滤波器as=70 Fs=15000 Fp=9000 -butterworth lowpass filter as=70 Fs=15000 Fp=9000
gaussianLR
- 图像处理里面的 椒盐分布 matlab里面图像处理很常用的 -Salt-pepper distribution
Newton
- 利用Newton迭代法求解f(x)=(x-1)(x-2)(x-3)=x3-6x2+11x-6的根-solve the root of function: f(x)=(x-1)(x-2)(x-3)=x3-6x2+11x-6 by using Newton method
mulFastDown
- 最速下降法求解非线性方程组,此程序求解了【6x-sin(y)-50=0 cos(x)-4y-70=0】这一方程的解,大家可以把方程组改换,应用于自己的题目,例子。-Steepest descent method for solving nonlinear equations, this procedure solved 【6x-sin (y)-50 = 0 cos (x)-4y-70 = 0】 solution of this equation, we can change the equati