代码搜索:mimo matlab
找到约 10,000 项符合「mimo matlab」的源代码
代码结果 10,000
www.eeworm.com/read/399137/7886985
txt 新建 文本文档.txt
A MATLAB GUI platform that allows user to deploy sensors in a 2-D field with mouse clicks. You need both files to work.
www.eeworm.com/read/199092/7889051
m radarsimulation.m
function varargout = radarSimulation(varargin)
% RADARSIMULATION M-file for radarSimulation.fig
% RADARSIMULATION, by itself, creates a new RADARSIMULATION or raises the existing
% single
www.eeworm.com/read/198944/7903420
m dijkstra.m
function D = dijkstra( G , S )
% --------------------------------------------------------------------
% Mark Steyvers, Stanford University, 12/19/00
% -----------------------------------------
www.eeworm.com/read/198822/7908304
txt matlabcorrelation.txt
对正弦信号自相关和互相关运算的实验。总结到在进行算法模拟时首先应对一个实时数字信号处理的任务选择一种方案和多种算法,用计算机高级语言如(c、<mark>Matlab</mark>等工具)验证算法能否满足系统的性能指标;然后从多种信号处理算法中找出最佳或准最佳算法。
现代信号处理理论发展水平很快,提供了各种性能很好的方法、算法,而具体实现时,这些算法对实际处理设备的要求是不同的。有些算法所要求的运算量、数据存储量、处理设 ...
www.eeworm.com/read/198547/7928578
m fixname.m
function nameout=fixname(name)
%FIXNAME Make any necessary changes to NAME so that it is a valid MATLAB variable name.
% nameout=fixname(name)
%
% FIXNAME looks at name to see if it is a va
www.eeworm.com/read/398648/7932310
txt readme.txt
免费天地的计算机书籍配套磁盘服务
================================
本文件是从“免费天地”站点下载的。
(http://www.nease.net/~free)
---------------------------------------------------
与本磁盘配套的书籍的所有权益归原书作者和出版商所有。
我们提供配套磁盘只是为了
www.eeworm.com/read/433368/7936927
m e0257.m
s(1).teacher.name='Liu Ming';
s(1).teacher.number='010101';
s(1).teacher.course=['math '; 'MATLAB'; 'Maple ']; %构架数组s增加教师域,并赋值
s(1).teacher%查看s的域teacher
s(1).teacher.course%查看s的域teacher的course信息
www.eeworm.com/read/198282/7942077
m examp3_21.m
syms x; f=abs(x)/x; % 定义方波信号
xx=[-pi:pi/200:pi]; xx=xx(xx~=0); xx=sort([xx,-eps,eps]); % 剔除零点
yy=subs(f,x,xx); plot(xx,yy), hold on % 绘制出理论值并保持坐标系
for n=2:20
[a,b,f1]=fseries(f,x,n), y1=subs
www.eeworm.com/read/298274/7969373
txt readme.txt
Updated: January 11, 2002
To execute the Matlab version simply execute gui.m
Enjoy.
Greg Welch
www.eeworm.com/read/298099/7974293
tmw rtw_proj.tmw
Real-Time Workshop project for Ex0701 using D:\MATLAB\rtw\c\grt\grt_lcc.tmf. MATLAB root = D:\MATLAB. SimStruct date: 21-Jun-2002 02:11:40
This file is generated by the Real-Time Workshop for use by t