代码搜索:Multivariate Analysis

找到约 10,000 项符合「Multivariate Analysis」的源代码

代码结果 10,000
www.eeworm.com/read/139306/5803160

cc amdb_analysis.cc

// amdb_analysis.cc -*- c++ -*- // Copyright (c) 1998, Regents of the University of California // $Id: amdb_analysis.cc,v 1.7 2000/03/15 00:24:18 mashah Exp $ #ifdef __GNUG__ #pragma implementation "
www.eeworm.com/read/130130/5963940

m error_analysis.m

%%% ERROR_ANALYSIS %%% This simulation helps coputing the acturacies of calibration %%% Run it after the main calibration N_runs = 200; %N_ima_active = 4; saving = 1; if 1, %~exist('
www.eeworm.com/read/270136/6330765

m chirp analysis.m

te=2.2e-9; % carrier life ns tp1=1.6e-12; % model1 photon life ps tp2=1.2e-12; % model2 photon life ps a=2.5e-20;
www.eeworm.com/read/482395/6358982

m convergence_analysis.m

function convergence_analysis clc;clear all;close all data = load('convergence_data'); temp_data =data.TM_reflection_eff_convergence; % choose the wave you want to analyze NN = data.NN; [mm,nn,pp
www.eeworm.com/read/482395/6358984

m corrugation_analysis.m

function corrugation_analysis clc;clear all;close all data = load('corrugation_data'); hh = data.hh; angang = data.angang*180/pi; temp_data1 =data.TE_reflection_eff_corrugation; temp_data2 =da
www.eeworm.com/read/493429/6393106

m m_analysis.m

www.eeworm.com/read/492937/6414534

m ssa_analysis.m

function SSA=ssa_analysis(data,delay,emb_dim); % SSA_ANALYSIS provide singular spectrum analysis % emb_dim - embedding dimension % example: SSA=ssa_analysis(rand(100,1),1,20); % % last modified
www.eeworm.com/read/488622/6482907

m lpc_analysis.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%% % LPC by whitejch % % 2006/02/02 % %%%%%%%%%%%%%%%%%%%%%%%%%%%% close all; clear all; clc; news = fopen('hi.wav' ,'r'); x = fread(news , 'sh
www.eeworm.com/read/480430/6664004

m sys_analysis.m

%sys_analysis is the function used in CtrlLAB for administrating system analysis tasks. % %Available Analysis Tasks are: % % 1 for Bode diagrams % 2 for Nyquist plots % 3 for Nichols chart