代码搜索:eigenvector

找到约 273 项符合「eigenvector」的源代码

代码结果 273
www.eeworm.com/read/455967/7360634

m discretisationeigenvectordata.m

function Y = discretisationEigenVectorData(EigenVector) % Y = discretisationEigenVectorData(EigenVector) % % discretizes previously rotated eigenvectors in discretisation % Timothee Cour, Stella Y
www.eeworm.com/read/448535/7531351

m maxeig.m

function [lambda,x] = maxeig(A) % % Compute the largest eigenvalue and associated eigenvector of % a matrix A using the power method % % function [lambda,x] = maxeig(A) % % A = matrix whose ei
www.eeworm.com/read/448535/7531485

m pisexamp.m

% Example for Pisarenko Harmonic Decomposition % Copyright 1999 by Todd K. Moon [n,n] = size(Gammayy); [v,u] = eig(Gammayy); sigma2 = u(n,n); vm = v(:,n); % get eigenvector from s
www.eeworm.com/read/445493/7594984

res p103.res

Global coordinates Node 1 0.0000E+00 0.0000E+00 Node 2 0.0000E+00 -0.1000E+01 Node 3 0.8000E+00 0.0000E+00 Node 4 0.8000E+00 -0.1000E+01 Node 5
www.eeworm.com/read/445493/7595147

res p104.res

Global coordinates Node 1 0.0000E+00 0.0000E+00 Node 2 0.0000E+00 -0.1000E+01 Node 3 0.8000E+00 0.0000E+00 Node 4 0.8000E+00 -0.1000E+01 Node 5
www.eeworm.com/read/444759/7607315

m 5-12.m

%例程5-12 利用特征向量法估计功率谱 % e.g.5-12.m for example5-12; % to test function peig; clf; clear all; % Generate the signal plus white noise and show N=1024; % number of sampling dat
www.eeworm.com/read/399803/7835383

asv discretisationeigenvectordata.asv

function Y = discretisationEigenVectorData(EigenVector) % % Timothee Cour, Stella Yu, Jianbo Shi, 2004 [n,k]=size(EigenVector); [Maximum,J]=max(EigenVector'); Y=sparse(1:n,J',1,n,k);
www.eeworm.com/read/399803/7835392

m discretisationeigenvectordata.m

function Y = discretisationEigenVectorData(EigenVector) % Y = discretisationEigenVectorData(EigenVector) % % discretizes previously rotated eigenvectors in discretisation % Timothee Cour, Stella Y
www.eeworm.com/read/298842/7930941

res p103.res

Global coordinates Node 1 0.0000E+00 0.0000E+00 Node 2 0.0000E+00 -0.1000E+01 Node 3 0.8000E+00 0.0000E+00 Node 4 0.8000E+00 -0.1000E+01 Node 5
www.eeworm.com/read/298842/7931588

res p104.res

Global coordinates Node 1 0.0000E+00 0.0000E+00 Node 2 0.0000E+00 -0.1000E+01 Node 3 0.8000E+00 0.0000E+00 Node 4 0.8000E+00 -0.1000E+01 Node 5