代码搜索:mimo matlab
找到约 10,000 项符合「mimo matlab」的源代码
代码结果 10,000
www.eeworm.com/read/331439/12828980
m fix.m
function a = fix(q)
% FIX Round towards zero.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828992
m isempty.m
function tf = isempty(q)
% ISEMPTY True for empty matrix.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828996
m acosh.m
function Y = acosh(X)
% ACOSH Inverse hyperbolic cosine.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/244937/12830846
m ip_02_05.m
% MATLAB script for Illustrative Problem 5, Chapter 2.
clear
echo on
% first part
Sx1=[ones(1,32)];
Rx1=ifft(Sx1,32);
% second part
Sx2=[ones(1,16),zeros(1,224),ones(1,16)];
Rx2=ifft(Sx2,256)
www.eeworm.com/read/244937/12831178
m ip_05_07.m
% MATLAB script for Illustrated Problem 5.7.
clear
echo on
n0=.5*randn(100,1);
n1=.5*randn(100,1);
n2=.5*randn(100,1);
n3=.5*randn(100,1);
x1=1.+n0;
y1=n1;
x2=n2;
y2=1.+n3;
plot(x1,y1,'o',x
www.eeworm.com/read/244800/12843165
m dijkstra.m
function D = dijkstra_m( G , S )
% --------------------------------------------------------------------
% Mark Steyvers, Stanford University, 12/19/00
% ---------------------------------------
www.eeworm.com/read/143759/12847376
xml info.xml
12
Higher-Order Spectral Analysis Toolbox
matlab
$toolbox/matlab/general/matlabicon.gif
www.eeworm.com/read/143759/12847413
xml info.xml
12
Higher-Order Spectral Analysis Toolbox
matlab
$toolbox/matlab/general/matlabicon.gif
www.eeworm.com/read/244560/12856462
m caiseerwei.m
I=imread('E:\毕业设计\matlab\Lena256.bmp','bmp');
%I=rgb2gray(I);
[LL1,HL1,LH1,HH1]=dwt2(I,'db1');
subplot(2,2,1);imshow(LL1,[]);
title('近似分量');
subplot(2,2,2);imshow(HL1);
title('水平细节');
subplot
www.eeworm.com/read/244421/12866936
txt 使用说明.txt
使用说明:
系统要求:WIN9X/ME/NT/2000 VC++6.0 且安装了VC ACTIVEX控件(在VC6安装时选上)
免费
简介:在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。
如何建立工程:建立新文件夹,将文档用WINZIP解压后,双击 Scommtest.dsw 即可在VC6.0中打开工程文件。 ...