代码搜索:classical

找到约 407 项符合「classical」的源代码

代码结果 407
www.eeworm.com/read/266642/11216428

m gschmidt.m

function [Q,R]=gschmidt(A,classic) % ATLAST65中的施密特正交化子程序gschmidt % % The Gram-Schmidt QR factorization of a matrix A. If % [Q R] = gschmidt(A), then Q and R are the matrices % derived from the mo
www.eeworm.com/read/148257/12479848

m gschmidt.m

function [Q,R]=gschmidt(A,classic) % The Gram-Schmidt QR factorization of a matrix A. If % [Q R] = gschmidt(A), then Q and R are the matrices % derived from the modified Gram-Schmidt process, i.e.,
www.eeworm.com/read/360732/10080606

m test_pca.m

% test for pca versus empca p = 1000; % # points d = 200; % number of dimension X = rand(d,p); numvecs = 20; % classical eigs decompositon tic; options.use_em = 0; [Y,X1,v,Psi] = pca(X,num
www.eeworm.com/read/136697/13365425

m pi_class.m

function dy = pi_class(e,x,ts) % dy = pi_class(e,x,ts) % % "classical PI controller". % % FSTB - Fuzzy Systems Toolbox for MATLAB % Copyright (c) 1993-1996 by Olaf Wolkenhauer % Control Systems Centr
www.eeworm.com/read/140797/7147191

h fcntl.h

/* * fcntl.h */ #ifndef _FCNTL_H #define _FCNTL_H #include #include #include /* None of these are actually supported, although O_RDONLY works */
www.eeworm.com/read/291659/8404199

m suzuki_generator.m

function Suzuki_t=Suzuki_generator(N1,N2,N3,Variance1,fmax,fc,kc,sigma3,m3,A_Los,f_Los,T_interval,T) [f1,c1,theta1]=Parameter_Classical('MED',N1,Variance1,fmax,'rand'); [f2,c2,theta2]=Parameter_Clas
www.eeworm.com/read/250988/12370471

am makefile.am

## Process this file with automake to produce Makefile.in ## Created by Anjuta - will be overwritten ## If you don't want it to overwrite it, ## Please disable it in the Anjuta project configuration
www.eeworm.com/read/340520/12150124

txt ezdsl for delphi 2006 readme.txt

====================================================================== EZDSL version 3.03 Easy classical data structures
www.eeworm.com/read/470892/6901296

m calccfarthreshold.m

function T = calcCFARthreshold(nTest, nRef, thePFA) % calculates classical radar CFAR threshold for 0-mean AWGN % % classical Neyman-Pearson detection threshold for radar detection % under additiv