代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/210841/15191659
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/207778/15262325
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/207391/15273298
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/325480/3483475
m equal.m
function x = equal(M1, M2)
% EQUAL(M1, M2) tests M1 and M2 for equality
% we need a special function as the two matrices may be of different
% length and '==' might exit telling that the matrix dim
www.eeworm.com/read/325480/3483509
m equal.m
function x = equal(M1, M2)
% EQUAL(M1, M2) tests M1 and M2 for equality
% we need a special function as the two matrices may be of different
% length and '==' might exit telling that the matrix dimens
www.eeworm.com/read/325480/3483535
m equal.m
function x = equal(M1, M2)
% EQUAL(M1, M2) tests M1 and M2 for equality
% we need a special function as the two matrices may be of different
% length and '==' might exit telling that the matrix dimens
www.eeworm.com/read/299717/3851103
m equal.m
function x = equal(M1, M2)
% EQUAL(M1, M2) tests M1 and M2 for equality
% we need a special function as the two matrices may be of different
% length and '==' might exit telling that the matrix dim
www.eeworm.com/read/299717/3851137
m equal.m
function x = equal(M1, M2)
% EQUAL(M1, M2) tests M1 and M2 for equality
% we need a special function as the two matrices may be of different
% length and '==' might exit telling that the matrix dimens
www.eeworm.com/read/299717/3851165
m equal.m
function x = equal(M1, M2)
% EQUAL(M1, M2) tests M1 and M2 for equality
% we need a special function as the two matrices may be of different
% length and '==' might exit telling that the matrix dimens
www.eeworm.com/read/444529/1732379
bat runme.bat
REM Compare to the accerelerated version.
REM INTEL SIMD improves the inversion speed for matrices between 3x3 to 7x7
REM e.g. run a test with 5x5, 10000 times and compare
pause
MatrixInversion.ex