代码搜索:ESS
找到约 2,104 项符合「ESS」的源代码
代码结果 2,104
www.eeworm.com/read/193048/8256056
m fig6_47.m
%fig6_47
figure('pos',[100,100,200,180],'color','w');
G=tf(400,[1 30 200 0]);
ess=0.1;
Mp=0.1;
ts=2;
zet=0:0.1:0.9;
mp=exp(-pi*zet./sqrt(1-zet.*zet));
zeta=spline(mp,zet,Mp);
Wcg=5/ts/zeta;
www.eeworm.com/read/414864/11098635
m cp0702_bandwidth.m
%
% FUNCTION 7.7 : "cp0702_bandwidth"
%
% Evaluates the bandwidth of the input 'signal' with
% sampling rate 'dt'
% Bandwidth is evaluated according to the given 'threshold'
% (in dB)
% 'BW' is
www.eeworm.com/read/205223/15323292
m cp0702_bandwidth.m
%
% FUNCTION 7.7 : "cp0702_bandwidth"
%
% Evaluates the bandwidth of the input 'signal' with
% sampling rate 'dt'
% Bandwidth is evaluated according to the given 'threshold'
% (in dB)
% 'BW' is
www.eeworm.com/read/200275/15435998
m cp0702_bandwidth.m
%
% FUNCTION 7.7 : "cp0702_bandwidth"
%
% Evaluates the bandwidth of the input 'signal' with
% sampling rate 'dt'
% Bandwidth is evaluated according to the given 'threshold'
% (in dB)
% 'BW' is
www.eeworm.com/read/443458/7632496
m pca_regression.m
function [b,pctExplained,ess]=pca_regression(x,y,k)
%基于主元分析的线性回归
%x:自变量
%y:因变量
%k:主元个数 the number of princomponent
%b:回归系数,y=b*x
%pctExplained:各主成分解释的数据变化the amount of explained variance for eac
www.eeworm.com/read/243823/12914231
m pcr.m
%random data
clear;
close all;
x1=4*rand(100,1);
x2=5*rand(100,1);
x3=4*x1+0.1*x2;
x=[x1,x2,x3];
y=x1+20*x2+20*x3;
[u,s,v]=svd(x);
t1=s(1,1)*u(:,1);
t2=s(2,2)*u(:,2);
t3=s(3,3)*u(:,3);
t=[
www.eeworm.com/read/263670/11348519
pjt esssound.pjt
;Codewright Project File (do not remove or modify this line)
[State]
SysSetCwd='C:\VxProjects\ESS_Sound'
SrchSetFlags=0x0410680a
SrchSetAgainFlags=0x04136806,0
SrchSetAgainFlags=0x06100003,1
Fil
www.eeworm.com/read/109477/15556762
h asoundid.h
/*
* Copyright (c) 1994-98 by Jaroslav Kysela
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licens
www.eeworm.com/read/148153/5717453
c rlm_eap_sim.c
/*
* rlm_eap_sim.c Handles that are called from eap for SIM
*
* The development of the EAP/SIM support was funded by Internet Foundation
* Austria (http://www.nic.at/ipa).
*
* Version: $I
www.eeworm.com/read/144314/5750619
c rlm_eap_sim.c
/*
* rlm_eap_sim.c Handles that are called from eap for SIM
*
* The development of the EAP/SIM support was funded by Internet Foundation
* Austria (http://www.nic.at/ipa).
*
* Version: $I