代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/185622/9016814
txt rfc1432.txt
Network Working Group J. Quarterman
Request for Comments: 1432 MIDS
www.eeworm.com/read/283135/9040679
m nfam.m
function [nf, na, ex, E, N] = nfam(data,dt)
% The function NFAM calculates the modified Hilbert frequency and amplitude
% of data(n,k), where n specifies the length of time series, and
% k is
www.eeworm.com/read/283135/9040696
m nfa.m
function [nf, na, ex, E, N] = nfa(data,dt)
% The function NFA calculates the Hilbert frequency and amplitude
% of data(n,k), where n specifies the length of time series, and
% k is the IMF com
www.eeworm.com/read/283135/9040698
m nfa5.m
function [nf, na, ex, E, N] = nfa5(data,dt)
% The function NFA5 calculates the smoothed Hilbert frequency and amplitude
% of data(n,k), where n specifies the length of time series, and
% k is t
www.eeworm.com/read/283135/9040702
m nfam5.m
function [nf, na, ex, E, N] = nfam5(data,dt)
% The function NFAM5 calculates the smoothed modified Hilbert frequency and amplitude
% of data(n,k), where n specifies the length of time series,
www.eeworm.com/read/283135/9040752
m desa.m
function [W,A]=desa(x, dt)
% The function DESA calculates frequency and amplitude using Teager Energy Operator
% for the data x(n,m), where n is the number of points, and m is
% the number of
www.eeworm.com/read/282846/9056150
m mpot.m
function pot = mpot(vectheta)
% log posterior probability (up to an additive constant)
%
% pot = mpot(vectheta)
%
% vectheta : vector of hyperparameters
% Matlab code for Gaussian Proces
www.eeworm.com/read/282846/9056164
m getmode.m
function [yeta, pye, noiseproc, sinvSxTVEC, invSxTVEC] = getmode(sinvSxTVEC, yeta, ybin, toln,B,m,nn)
% finds the mode of the posterior distribution
%
% [yeta, pye, noiseproc, sinvSxTVEC, invSxTVEC]
www.eeworm.com/read/185101/9057026
m mylu.m
function x=mylu(A,b)
%Input -A is an N*N matrix
% -b is N*1 matrix
%Output -x is an N*1 matrix containing the solution to Ax=b
[N,N]=size(A);x=zeros(N,1);y=zeros(N,1);
U0=A;L0=eye(N);L0t=z
www.eeworm.com/read/381951/9061775
inl linearequation.inl
//LinearEquation.inl 线性方程(组)求解函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _LINEAREQUATION_INL
#define _LINEAREQUATION_INL
//全选主元高斯消去法
template
int L