代码搜索:mimo matlab
找到约 10,000 项符合「mimo matlab」的源代码
代码结果 10,000
www.eeworm.com/read/305568/13766206
frm vbex7_14.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "VB Link to MATLAB"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 5115
Link
www.eeworm.com/read/305390/13772267
m gseid.m
function X=gseid(A,B,P,delta, max1)
% Input - A is an N x N nonsingular matrix
% - B is an N x 1 matrix
% - P is an N x 1 matrix; the initial guess
% - delta is t
www.eeworm.com/read/305390/13772286
m approot.m
function R = approot (f,X,epsilon)
% Input - f is object function
% - X is the vector of abscissas
% - epsilon is the tolerance
% Output - R is the vector of approximate
www.eeworm.com/read/305390/13772287
m jacobi.m
function X=jacobi(A,B,P,delta, max1)
% Input - A is an N x N nonsingular matrix
% - B is an N x 1 matrix
% - P is an N x 1 matrix; the initial guess
% - delta is
www.eeworm.com/read/305390/13772296
m lspoly.m
function C = lspoly(X,Y,M)
%Input - X is the 1xn abscissa vector
% - Y is the 1xn ordinate vector
% - M is the degree of the least-squares polynomial
% Output - C is the c
www.eeworm.com/read/305390/13772297
m forwdif.m
function U=forwdif(f,c1,c2,a,b,c,n,m)
%Input - f=u(x,0)
% - c1=u(0,t) and c2=u(a,t)
% - a and b right endpoints of [0,a] and [0,b]
% - c the constant in the heat equa
www.eeworm.com/read/305390/13772315
m diffnew.m
function [A,df]=diffnew(X,Y)
%Input - X is the 1xn abscissa vector
% - Y is the 1xn ordinate vector
%Output - A is the 1xn vector containing the coefficients of the Nth
%
www.eeworm.com/read/305243/13776230
m contents.m
% FastICA for Matlab 7.x and 6.x
% Version 2.5, October 19 2005
% Copyright (c) Hugo G鋠ert, Jarmo Hurri, Jaakko S鋜el
www.eeworm.com/read/304826/13785892
htm matlab环境下fir滤波器的设计与仿真,matlab,fir滤波器,窗函数法-中电网.htm
MATLAB环境下FIR滤波器的设计与仿真,MATLAB,FIR滤波器,窗函数
www.eeworm.com/read/304826/13785972
txt 05-23.txt
%接上题
>> A{1}
ans =
1 2
2 2
>> A{2}
ans =
Tsinghua and Peking
>> A{3}
ans =
MATLAB 7.1
>> A{4}
ans =
1.0000 + 5.0000i 12.0000 - 4.0000i
>>