代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/296605/8088666
cof lp3000.cof
//LP3000 FIR lowpass filter coefficients file using Kaiser window
#define N 81 //length of filter
short hlp3000[N]=
{
0,-9,17,-16,0,24,
-41,35,0,-49,80,-66,
0,87,-1
www.eeworm.com/read/296605/8088678
cof lp600.cof
//LP600.cof FIR lowpass filter coefficients using Kaizer window
#define N 81 //length of filter
short hlp600[N] = {0,-6,-14,-22,-26,-24,-13,8,34,61,80,83,63,19,-43,-113,
-171,-201
www.eeworm.com/read/296605/8088681
cof lp1500.cof
//LP1500.cof FIR lowpass filter coefficients file using Kaiser window
#define N 81 //length of filter
short hlp1500[N]=
{
-6,13,42,52,14,-40,
-45,18,74,35,-70,-100
www.eeworm.com/read/296595/8089033
cof lp2000.cof
//lp2000.cof IIR lowpass coefficients file, cutoff frequency 2 kHz
#define stages 4 //number of 2nd-order stages
int a[stages][3] = { //numerator coefficients
{304, 608, 304}, /
www.eeworm.com/read/196069/8116748
m ideal_lp.m
function hd = ideal_lp(wc,M);
% Ideal LowPass filter computation
% --------------------------------
% [hd] = ideal_lp(wc,M)
% hd = ideal impulse response between 0 to M-1
% wc = cutoff frequenc
www.eeworm.com/read/145831/12700261
err lp08.err
A51 MACRO ASSEMBLER V6.10 - SN: Eval Version
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2000
ASSEMBLY COMPLETE. 0 WARNING(S), 0 ERROR(S)
A51 MACRO ASSEMBLER V6.10 - SN: Eval Version
COPYRIGHT K
www.eeworm.com/read/145830/12700298
err lp08.err
A51 MACRO ASSEMBLER V6.10 - SN: Eval Version
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2000
ASSEMBLY COMPLETE. 1 WARNING(S), 1 ERROR(S)
A51 MACRO ASSEMBLER V6.10 - SN: Eval Version
COPYRIGHT K
www.eeworm.com/read/145310/12736256
m lp_toolbox.m
f=[-400 -400 -400 -300 -300 -300 -100 -100 -100];
A=[1 0 0 1 0 0 1 0 0;
0 1 0 0 1 0 0 1 0;
0 0 1 0 0 1 0 0 1;
3 0 0 2 0 0 1 0 0;
0 3 0 0 2 0 0 1
www.eeworm.com/read/245644/12786096
man lp_solve.man
User Commands LP_SOLVE(1)
NNNNAAAAMMMMEEEE
lp_solve - Solve (mixed integer) linear programming problem.
SSSSYYYYNNNNOOOOPP
www.eeworm.com/read/245644/12786138