代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/147092/12587165
c rcode.c
/* RCODE.C - Procedures to read parity check and generator matrices. */
//读校验矩阵和生成矩阵的程序
/* Copyright (c) 2000, 2001 by Radford M. Neal */
#include
#include
#include
www.eeworm.com/read/202876/15370599
m cornerfinder.m
function [xc,good,bad,type] = cornerfinder(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/201477/15407345
cpp mmult2.cpp
// multiply compatible matrices
#include
#include "make2db.h"
template
void Mult(T **a, T **b, T **c, int m, int n, int p)
{// Multiply the m x n matrix a and the n x p
www.eeworm.com/read/111603/15509334
m evaluate.m
function K = evaluate(ker, x1, x2)
% EVALUATE
%
% Evaluate a Gaussian radial basis kernel, for example
%
% K = evaluate(kernel, x1, x2);
%
% where x1 and x2 are matrices containing input p
www.eeworm.com/read/111603/15509373
m evaluate.m
function K = evaluate(ker, x1, x2)
% EVALUATE
%
% Evaluate a linear kernel, for example
%
% K = evaluate(ker, x1, x2);
%
% where x1 and x2 are matrices containing input patterns, where ea
www.eeworm.com/read/390716/8450510
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/188533/8530672
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/431012/8713919
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/386624/8734681
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/286722/8747655
m bdfm.m
function [sys,x0,str,ts] = BDFM(t,x,u,flag)
%SIMOM Example state-space M-file S-function with internal A,B,C,D matrices
% This S-function implements a system described by state-space equations:
%