代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/318840/13471267

m thornton.m

function [x,U,D] = thornton(xin,Phi,Uin,Din,Gin,Q) % % function [x,U,D] = thornton(xin,Phi,Uin,Din,Gin,Q) % % M. S. Grewal, L. R. Weill and A. P. Andrews % Global Positioning Systems, Inertial Na
www.eeworm.com/read/318725/13473390

html thggnum.html

Requirements of the Numerical Method In this section we want to consider the connection between the used discretization scheme and the grid quality criteria we
www.eeworm.com/read/317326/13505863

m sa_ex7_15b.m

sa% ESPRIT AOA estimation for a M = 4 element array with noise variance = .1 M = 4; % number of array elements D = 2; % number of signals sig2 = .1; % noise variance th1 = -10*pi/180; %
www.eeworm.com/read/317326/13505880

m sa_fig7_10.m

% Min-Norm AOA estimation for a M = 6 element array with noise variance = .1 figure; M=6; D = 2; % number of signals sig2=.1; th1=-5*pi/180; th2=5*pi/180; a1=[1]; a2=[1]; temp=eye(M); u
www.eeworm.com/read/317326/13505886

m sa_ex7_11.m

% MUSIC AOA estimation for a M = 6 element array with noise variance = .1 tic M=6; D = 2; % number of signals sig2=.1; th1=-5*pi/180; th2=5*pi/180; a1=[1]; a2=[1]; for i=2:M a1=[a1
www.eeworm.com/read/317326/13505954

m sa_ex7_15.m

% ESPRIT AOA estimation for a M = 4 element array with noise variance = .1 % use time averages instead of expected values by assuming ergodicity of the mean and % ergodicity of the correlation. %
www.eeworm.com/read/316944/13513991

m validate.m

function [cost,nmodel,output] = validate(model, Xtrain, Ytrain, Xtest, Ytest,estfct, trainfct, simfct) % Validate a trained model on a fixed validation set % % >> cost = validate({X,Y,type,gam,sig2}
www.eeworm.com/read/316047/13531126

m ffbf.m

function cltfm = ffbf(w,g,h,k); %FFBF Closed-loop frequency response with arbitrary feedback (MIMO). % % CLTFM = FFBF(W,G,H,K) calculates the closed loop MVFR matrix. % CLTFM
www.eeworm.com/read/316047/13531130

m fmulf.m

function fout=fmulf(w,f1,f2) %FMULF Multiply two MVFR matrices. % FMULF(W,F1,F2) returns an MVFR matrix whose % component matrices = F1m*F2m, % where F1m and F2m are the compone
www.eeworm.com/read/316047/13531140

m fpp.m

function phase = fpp(w,f); %FPP Calculates principal phases. % FPP(W,F) returns the principal phases (in degrees) of % F, an MVFR matrix, as a set of column vectors. % W is th