-
AM
说明: Modulation/Demodulation AM
- 2011-08-07 22:44:28下载
- 积分:1
-
2
说明: matlab开发环境下,牛顿迭代法解非线性方程组,使用者把非线性方程组的M文件fx1(x)和非线性方程组导数的M文件dfx1(x)相应代入即可。(matlab development environment, the Newton iteration solution of nonlinear equations, nonlinear equations to the user of the M documents fx1 (x) and non-linear equations of the M derivative document dfx1 (x) can be substituted into the corresponding .)
- 2009-04-23 18:09:46下载
- 积分:1
-
ReflectanceSpectrum
说明: matlab模拟光纤光栅特性的算法与代码(Characteristics of Fiber Bragg Grating matlab simulation algorithm and code)
- 2008-11-23 19:35:41下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
l1_cs
对lena.map先分块处理,然后做cs变换,观测矩阵用随机高斯矩阵,重构算法用l1算法(On lena.map first block processed, and then do cs transform, random Gaussian matrix with the observation matrix, reconstruction algorithm algorithm using l1)
- 2010-08-16 17:50:26下载
- 积分:1
-
matlab_road
matlab做的关于最短路问题的实现。包含了2个课件。(matlab done on the realization of the shortest path problem. Contains two courseware.)
- 2009-06-25 17:23:31下载
- 积分:1
-
waveletfenxi.m
用matlab实现小波包能量分析,可以提取特征信号(Wavelet Packet Energy Analysis)
- 2013-03-11 21:38:56下载
- 积分:1
-
ldxtfz
现代雷达系统日益变得复杂,难以用简单直观
的分析方法进行处理,往往需要借助计算机来完成
对系统的各项功能和性能的仿真。利用计算机来进
行雷达系统的仿真具有方便、灵活以及经济的特点
而 Matlab 提供了强大的仿真平台,可以为大多数雷
达系统的仿真提供方便快捷的运算。以典型的雷达
为例,它主要由天线、发射机、接收机、信号处理
机、伺服系统和终端设备等部分构成。本文主要讨
论的是雷达信号处理部分,并结合某脉冲压缩雷达
信号处理系统的实例来说明Matlab在雷达信号处理
系统仿真中的应用。
()
- 2007-07-25 12:42:26下载
- 积分:1
-
MATLAB6.0manual
matlab6.0的使用方法及常用函数手册(matlab6.0 the use of manual methods and commonly used functions)
- 2008-12-26 02:15:14下载
- 积分:1
-
ch2
离散信号及其Matlab实现,包括单位冲激序列
,单位阶跃序列,斜坡序列等(Discrete signal and its Matlab to achieve, including the unit impulse sequence, unit step sequence, the slope sequence)
- 2008-01-25 21:49:32下载
- 积分:1