代码搜索:mimo matlab
找到约 10,000 项符合「mimo matlab」的源代码
代码结果 10,000
www.eeworm.com/read/302158/13840855
m affinetransformation.m
function varargout = AffineTrnasformation(varargin)
% AFFINETRNASFORMATION M-file for AffineTrnasformation.fig
% Affine_Transf computes and applies the geometric affine transformation to a 2-D image
www.eeworm.com/read/302091/13842447
m ex3_23.m
X=input('Enter X:');
E=zeros(size(X));
F=eye(size(X));
n=1;
while norm(F,1)>0
E=E+F;
F=F*X/n;
n=n+1;
end
E
xpm(X) %调用MATLAB矩阵指数函数求矩阵指数
www.eeworm.com/read/302078/13842649
cpp main.cpp
//---------------------------------------------------------------------------
#include
#include
#pragma hdrstop
#include "Main.h"
//--------------------------------------
www.eeworm.com/read/301898/13846664
txt dftmatlab.txt
DFT:离散傅立叶变换
MATLAB代码:
clear;
clc;
N=12; % 数据长度
n=0:N-1;
xn=sin(pi*n/6); % 以此序列为例,1/6是信号频率对1/2采样频率归一化的值
k=0:N-1;
WN=exp(-j*2*pi/N);
nk=n'*k;
WNnk=WN.^nk;
Xk=xn*WNnk; % DFT结果
www.eeworm.com/read/300886/13883495
txt acknowlegement.txt
ACKNOWLEDGEMENT
I gratefully acknowledge Robert Barsch who wrote function "V3D" (Matlab File
Exchange, file # 2255) on which this volume browser is based.
www.eeworm.com/read/150876/5688803
rc mymagic.rc
1 TYPELIB "d:/MATLAB701/work/mymagic/src\\mymagic_idl.tlb"
www.eeworm.com/read/147422/5729581
m conv1.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% conv1.m
% jmw
% 9/21/93
%
% script to convert from esps to matlab
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/144883/5748295
bat servo_demo_sfun.bat
"c:\matlab7\sys\lcc\bin\lccmake" -f servo_demo_sfun.lmk
www.eeworm.com/read/141708/5769341
h statistics_gen.h
#include "systemc.h"
#include
#include
#include
#include "engine.h"
#define MAX_SIZE 1000
class statistics_gen:public sc_module
{ public:
sc_in ctrl
www.eeworm.com/read/141708/5769344
dsp pkt_switch.dsp
# Microsoft Developer Studio Project File - Name="pkt_switch" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86