代码搜索:LP

找到约 9,457 项符合「LP」的源代码

代码结果 9,457
www.eeworm.com/read/344156/11906178

seek cheetah9lp.seek

Seek distances measured: 106 1, 0.83100 2, 1.00300 3, 1.08900 4, 1.09200 5, 1.26800 6, 1.26300 7, 1.27100 8, 1.43900 9, 1.43300 10, 1.44800 12, 1.44900 14, 1.44700 16, 1.45300 18, 1.53300 20, 1.53400
www.eeworm.com/read/344156/11906254

parv cheetah9lp.parv

disksim_global Global { Init Seed = 42, Real Seed = 42, # Statistic warm-up period = 0.0 seconds, Stat definition file = statdefs } disksim_stats Stats { iodriver stats = disksim_iodriver_stats { P
www.eeworm.com/read/344156/11906295

diskspecs cheetah4lp.diskspecs

disksim_disk SEAGATE_ST34501N_validate { Model = source cheetah4LP.model, Per-request overhead time = 0.000000, Time scale for overheads = 1.000000, Bulk sector transfer time = 0.106000,
www.eeworm.com/read/257911/11907256

m t_opf_lp.m

function t_opf_lp(quiet) %T_OPF_LP Tests for LP-based optimal power flow. % MATPOWER % $Id: t_opf_lp.m,v 1.2 2007/06/26 16:05:20 ray Exp $ % by Ray Zimmerman, PSERC Cornell % Copyright (c) 2
www.eeworm.com/read/154760/11928834

m lp2iir.m

function [nn,dd] = lp2iir(ty,ty1,n,d,sf,f,fc) % LP2IIR Convert LPP to required IIR digital filter. % % [NIIR,DIIR] = LP2IIR(TY,TY1,NLP,DLP,SF,F,FC) Convert LPP to IIR filter % TY = 'lp', 'hp
www.eeworm.com/read/154760/11928844

m lp2af.m

function [nn1,dd1] = lp2af(ty1,nn,dd,wsc,wbw) % LP2AF Frequency transformation of LP analog filter. % % [N,D] = LP2AF(TY,NLP,DLP,WSC,B) Transforms LPF to other types % TY = 'lp, 'hp, 'bp', or 'bs'
www.eeworm.com/read/343634/11937815

m zlp2lp.m

%Lp2lp函数:模拟低通滤波器到模拟低通滤波器的转换 [z,p,k]=buttap(4); [b,a]=zp2tf(z,p,k); [bt,at]=lp2lp(b,a,150*2*pi); [hl,wl]=freqs(b,a); [hh,wh]=freqs(bt,at); subplot(2,1,1),semilogx(wl,abs(hl));grid; subplot(2,1,2
www.eeworm.com/read/154209/11983013

m lp2bp.m

function [at,bt,ct,dt] = lp2bp(a,b,c,d,wo,bw) %LP2BP Lowpass to bandpass analog filter transformation. % [NUMT,DENT] = LP2BP(NUM,DEN,Wo,Bw) transforms the lowpass filter % prototype NUM(s)/DEN(
www.eeworm.com/read/154209/11983326

m lp2bs.m

function [at,bt,ct,dt] = lp2bs(a,b,c,d,wo,bw) %LP2BS Lowpass to bandstop analog filter transformation. % [NUMT,DENT] = LP2BS(NUM,DEN,Wo,Bw) transforms the lowpass filter % prototype NUM(s)/DEN(
www.eeworm.com/read/154209/11983417

m lp2hp.m

function [at,bt,ct,dt] = lp2hp(a,b,c,d,wo) %LP2HP Lowpass to highpass analog filter transformation. % [NUMT,DENT] = LP2HP(NUM,DEN,Wo) transforms the lowpass filter % prototype NUM(s)/DEN(s) wit