代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/430307/8757304
m genmat1.m
function [A,B,b]=genmat1(xn,a,b,s)
%GENMAT1 Generates FEM1 matrices.
% [A,B,b] = GENMAT1(XN,ALPHA,BETA,S) where XN is the,
% grid-points and ALPHA, BETA, S are parameters in the
% elliptic PDE:
www.eeworm.com/read/284943/8881731
m quadratic_bid_ninebus.m
function quadratic_results = quadratic_pro(casename)
%% define named indices into bus, gen, branch matrices
[PQ, PV, REF, NONE, BUS_I, BUS_TYPE, PD, QD, GS, BS, BUS_AREA, VM, ...
VA, BASE_KV, ZO
www.eeworm.com/read/379331/9200499
m rx_diversity_proc.m
function [data_syms_out, pilot_syms_out] = rx_diversity_proc(freq_data_syms, freq_pilot_syms, ...
channel_est, sim_options)
global sim_consts;
% remove extra dimension from matrices, if rx d
www.eeworm.com/read/180505/9304120
m rx_diversity_proc.m
function [data_syms_out, pilot_syms_out] = rx_diversity_proc(freq_data_syms, freq_pilot_syms, ...
channel_est, sim_options)
global sim_consts;
% remove extra dimension from matrices, if rx d
www.eeworm.com/read/176189/9512874
m rx_diversity_proc.m
function [data_syms_out, pilot_syms_out] = rx_diversity_proc(freq_data_syms, freq_pilot_syms, ...
channel_est, sim_options)
global sim_consts;
% remove extra dimension from matrices, if rx d
www.eeworm.com/read/167116/9980496
m randncond.m
% RANDNCOND Condition of random matrices
nmax = 100;
n = 2:nmax;
kappalo = n.^(1/2);
kappahi = 500*n.^3;
shg
clf reset
h = loglog(n,[kappalo; kappahi],'-',nmax,NaN,'.');
set(h(1:2),'color',[0 2/3 0
www.eeworm.com/read/360262/10105375
m rx_diversity_proc.m
function [data_syms_out, pilot_syms_out] = rx_diversity_proc(freq_data_syms, freq_pilot_syms, ...
channel_est, sim_options)
global sim_consts;
% remove extra dimension from matrices, if rx d
www.eeworm.com/read/359900/10116789
m compare.m
function rmse = compare(f1, f2, scale)
%COMPARE Computes and displays the error between two matrices.
% RMSE = COMPARE(F1, F2, SCALE) returns the root-mean-square error
% between inputs F1 and
www.eeworm.com/read/358669/10182317
m cornerfinder2.m
function [xc,good,bad,type] = cornerfinder2(xt,I,wintx,winty,wx2,wy2);
%[xc] = cornerfinder(xt,I);
%
%Finds the sub-pixel corners on the image I with initial guess xt
%xt and xc are 2xN matrices
www.eeworm.com/read/358669/10182403
m edgefinder.m
function [xc,good,bad,type] = edgefinder(xt,I,wintx,winty,wx2,wy2);
%[xc] = cornerfinder(xt,I);
%
%Finds the sub-pixel corners on the image I with initial guess xt
%xt and xc are 2xN matrices. T