-
RF-Design-and-Analysis(1)
射频方面的资料,里面有详细的M文件,希望对大家有用。(Radio frequency information, there are detailed paper M, in the hope that useful to everyone.)
- 2007-11-11 12:14:45下载
- 积分:1
-
converters.tar
Matlab Routine pack to handle conversions. Features Bin2Int conversion and Int2Bin. Includes a routine to generate strings based on the system time.
- 2010-03-03 22:26:30下载
- 积分:1
-
matlab-bianyuan-tiqu
边缘提取和边缘检测matlab程序代码大全,例举了很多边缘提取和边缘检测的程序,供初学者练习引用和参考,具有很高的价值(Edge extraction and edge detection matlab code Daquan examples of edge extraction and edge detection program for beginners to practice cited and referenced, high value)
- 2013-01-10 12:47:58下载
- 积分:1
-
more-GUI-parameters-communication
目的:实现多gui间的通信。
1. 由gui1打开gui2,并从gui2读取数据画图;
2. 数据包的传递:在gui1定义一个数据包,包括字符串,数据,把数据包传递给gui2并由其更新,gui2更新好的数据在传回gui1并显示出来。(注:程序中加黑划线部分为实现预期功能的要点)
(Purpose: communication gui. Method: 1. Opened by gui1 gui2, and to read data from gui2 drawing (2) the transfer of the packet: a packet defined in gui1, including strings, data packets passed to gui2 updated by gui2 the updated data in the returned gui1 and displayed. (Note: the program plus the the black underlined part to achieve the desired functionality of the points))
- 2013-04-26 10:52:55下载
- 积分:1
-
xfemMatlabCode
Matlab codes for XFEM
- 2012-09-24 01:24:03下载
- 积分:1
-
burg
利用matlab实现burg算法的程序,不是调用pburg函数,希望能帮助要做课程作业的童鞋们。(The matlab burg algorithm program, not call pburg function, hoping to help the children ' s shoes to do course work.)
- 2012-06-15 10:33:49下载
- 积分:1
-
chap2
P0201:MATLAB赋值
P0202:MATLAB中的for循环
P0203:MATLAB中的for循环和if条件
P0205:MATLAB图像处理的基本操作
P0206:MATLAB高级图像处理操作
P0207:根据RGB图像创建一幅灰度图像
P0208:二值图像的取反操作(P0201: MATLAB assignment P0202: MATLAB for loop in the P0203: MATLAB for loop and if condition P0205: MATLAB image processing, the basic operation P0206: MATLAB high-level image processing operations P0207: create a grayscale image based on RGB image P0208: two value of the image inversion operation)
- 2011-10-26 22:53:17下载
- 积分:1
-
WSN
WSN(无线传感器网络)的初期模型建立以供后期仿真,模拟所用。(WSN (Wireless Sensor Networks) Ausgangsmodell für die Post-Simulation, die Simulation verwendet)
- 2015-02-08 12:41:23下载
- 积分:1
-
matlabGrabCutS
graphcuts算法,MATLAB编写,可以运行,能直观看到结果。(graph cuts algorithm,MATLAB prepared)
- 2015-04-18 19:58:14下载
- 积分: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