代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/397375/8053801
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/296909/8073008
m eq.m
function r = eq(lhs,rhs)
% GPVAR/EQ Implements '==' for GP variables.
%
sz1 = size(lhs); sz2 = size(rhs);
if( sz1(1) > 1 & sz1(2) > 1)
error(['Cannot impose pointwise equality with matrices of GP
www.eeworm.com/read/296847/8075076
m rescale.m
function [W_new, H_new, alpha] = rescale(W,H)
% [W_new H_new ] = rescale(W,H)
% Rescales the matrices W and H from the NMF.
% Makes rows of W sum to 1, probability map.
% Signals in H are correctl
www.eeworm.com/read/296160/8119307
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/246758/12706228
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/145715/12706317
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
www.eeworm.com/read/331529/12822524
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/326135/13163182
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/138987/13197286
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