代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/391686/8391163
m nssfbdec.m
function [y1, y2] = nssfbdec( x, f1, f2, mup )
% NSSFBDEC Two-channel nonsubsampled filter bank decomposition with periodic extension.
% NSSFBDEC convolve the image X by a two-channel nonsubsample
www.eeworm.com/read/391686/8391198
m nssfbrec.m
function y = nssfbrec( x1, x2, f1, f2, mup )
% NSSFBREC Two-channel nonsubsampled filter bank reconstruction with periodic extension.
% NSSFBREC reconstructs the image Y by a two-channel nonsubsam
www.eeworm.com/read/192147/8402255
c pca_hao.c
/*********************************/
/* Principal Components Analysis */
/*********************************/
/*********************************************************************/
/* Principal C
www.eeworm.com/read/192147/8402286
cpp pca_hao.cpp
/*********************************/
/* Principal Components Analysis */
/*********************************/
/*********************************************************************/
/* Principal C
www.eeworm.com/read/192034/8410500
m pluckrc.m
function Ri=pluckrc(R,L,i);
% PLUCKRC - Pluck the desired RC from an RC matrix.
% Syntax: Ri=pluckrc(R,L,i);
%
% Inputs: R - the matrix of RCs (from MRC)
% L - the number of columns in
www.eeworm.com/read/192034/8410523
m eof.m
function [F,L,B]=eof(X,n,s);
% EOF calculates the empirical orthogonal functions
% and amplitudes (principal components) of the data matrix 'X'.
% Syntax: [F,L,B]=eof(X); [F,L,B]=eof(X,.9,'norm
www.eeworm.com/read/192033/8410568
m dpsscalc.m
function [E,V] = dpsscalc(N, W)
% DPSSCALC - calculate the Discrete Prolate Spheroidal (Slepian) Sequences
% Syntax: [E,V]=dpsscalc(N, W);
%
% Dpsscalc calculates discrete prolate spheroidal
www.eeworm.com/read/192030/8410768
m iszero.m
function yesno = iszero(S)
% ISZERO -- checks whether a symbolic matrix contains only zeros
%
% yesno = iszero(S)
%
% If the symbolic matrix S contains only entries which can be
% converted to
www.eeworm.com/read/192030/8410805
m longinv.m
function Pinv = longinv(P)
% LONGINV -- brute force inverse of matrix polynomial
%
% Pinv = longinv(P)
%
% Caution: this is done by the adjoint formula for matrix inverses
% (Cramer's r
www.eeworm.com/read/192030/8410815
m vertcat.m
function P = vertcat(varargin)
% VERTCAT -- vertical concatenation of matrix polynomials
%
% P = vertcat(P1,P2,P3,...)
% P = [P1;P2;P3,...]
%
% This function is not meant to be c