-
OFDMmod
说明: 用MATLAB编程实现OFDM调制,使用了FFT和IFFT方法(Programming with MATLAB realize OFDM modulation, the use of FFT and IFFT methods)
- 2008-10-04 15:56:24下载
- 积分:1
-
11
说明: 神经网络实例集。包括以下几个程序单层线性神经网络实例、感知器神经元解决较复杂输入向量的分类问题、基于感知器神经网络处理复杂的分类问题、数值分析程序matlab-GUI、用BP网络完成函数的逼近源程序、自组织特征映射应用实例(Examples of neural network sets. Procedures include the following examples of single-layer linear neural network, perceptron neuron input vector to solve more complex classification problems, based on the perceptron neural network to deal with complex classification problems, numerical analysis matlab-GUI, using BP network function source approximation, self-organizing feature map application)
- 2008-11-07 22:58:11下载
- 积分:1
-
PSO
粒子群算法优化多峰函数,对初学者而言是很有帮助的一个东东,希望大家能够喜欢(Particle swarm optimization multimodal function, it is helpful for a beginner stuff, hope you will enjoy)
- 2013-07-19 11:19:23下载
- 积分:1
-
Circuit-Analysis-II-with-MATLAB---Steven-T
Circuit Analysis II with MATLAB - Steven T. Karris
- 2013-07-24 22:12:31下载
- 积分:1
-
f11
this is new approach for fuel cell control.it is really helpfull.
- 2013-09-09 17:13:43下载
- 积分:1
-
Wavelet_OMP
对于一维波的压缩感知重构算法,使用OMP算法,重构效果良好,供参考
(For the one-dimensional wave of compressed sensing reconstruction algorithm, using OMP algorithm to reconstruct the effect is good, for reference)
- 2015-06-07 20:13:40下载
- 积分:1
-
caculation
关于MATLAB与双馈风机接口计算智能算法(About MATLAB and DFIG computational intelligence algorithms Interface)
- 2013-07-21 18:31:06下载
- 积分:1
-
improved-leach
this is a source code about leach
- 2013-02-11 14:26:58下载
- 积分:1
-
CBM
根据切比雪夫近似得到的计算简正波的程序,能够较精确获得本地简正波(A Matlab code for computing normal modes based on Chebyshev approximations
)
- 2013-12-09 16:00:19下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1