代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/233414/14154565
h mod2dense.h
/* MOD2DENSE.H - Interface to module for handling dense mod2 matrices. */
/* Copyright (c) 1996, 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, modify, or distrib
www.eeworm.com/read/233414/14154611
h mod2convert.h
/* MOD2CONVERT.H - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, modify, or distribute t
www.eeworm.com/read/232441/14195173
m rx_diversity.m
function [data_syms_out] = rx_diversity(freq_data_syms, ...
channel_est, SimulationParameters)
% remove extra dimension from matrices, if rx diversity is not used
freq_data_syms = squeeze(freq
www.eeworm.com/read/228372/14387907
m rotation.m
function [r,p,q]=rotation(x,y,z)
%ROTATION Encode and decode rotation matrices
% (1) r=rotation(x,y,angle) creates a matrix that rotates vectors in the
% plane containing x and y. A small posit
www.eeworm.com/read/227960/14405293
m gtm_r2m.m
function [X, Y, Z] = gtm_r2m(cX, cY, cZ, meshRows, meshCols)
% Convert data from column vector to a mesh-matrix representation
%
% The mesh-matrices are filled columnwise, starting from the
% to
www.eeworm.com/read/226935/14446762
cfg q_offset.cfg
# This is the configuration file for initialising the Q Offset matrices.
# Altogether 6 matrix for 4x4 block and 2 matrix for 8x8 block
# The values can take any value, positive or negative and repr
www.eeworm.com/read/124842/14534157
m pcorrxy.m
function [partial]=pcorrxy(x,var1,var2)
%
% PCORRXY
%
% Returns partial correlation between var1 and var2
% contained in a matrix x
%
% All matrices are standardised prior to calculations.
%
www.eeworm.com/read/123946/14605699
m finsert.m
function [fi,wi]=finsert(w,f,wadd,a,b,c,d,iu)
%FINSERT Insert frequency points in MVFR matrix
% FINSERT(W,F,WADD,A,B,C,D,iu) inserts the component matrices
% calculated at frequencies
www.eeworm.com/read/223158/14651460
m rotation.m
function [r,p,q]=rotation(x,y,z)
%ROTATION Encode and decode rotation matrices
% (1) r=rotation(x,y,angle) creates a matrix that rotates vectors in the
% plane containing x and y. A small posit
www.eeworm.com/read/122349/14700131
h matrix_test.h
#ifndef _MTL_MATRIX_TEST_
#define _MTL_MATRIX_TEST_
#include
#include "mtl/matrix_traits.h"
#include
#include
/*
A collection of test routines for MTL matrices.