代码搜索:LP

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

代码结果 9,457
www.eeworm.com/read/145702/12706863

m iir_lp_1.m

% IIR_LP_1.m % Calculating IIR filter coefficients of 2nd Order IIR Filter % Numerator coefficients B0 = 2015; B1 = 2015 ; B2 = 0; % Denominator coefficients A0 = 32767; % Alway
www.eeworm.com/read/145310/12736248

m lp_experiment1.m

clear; clc; num=1; %A=[ 3 4 1 0 0 12; % 3 3 0 1 0 10; % 4 2 0 0 1 8; %-4 -3 0 0 0 0] %采用二分法求解,用于求解有等式存在或大于式存在的方程 A=[1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0
www.eeworm.com/read/245644/12786113

o mps2lp.o

www.eeworm.com/read/245644/12786122

c lp2mps.c

#include "lpkit.h" #include int main(int argc, char *argv[]) { lprec *lp; if (argc != 1) { printf("lp to mps file converter by Jeroen J. Dirks (jeroend@tor.numetrix.com)\n");
www.eeworm.com/read/245644/12786174

o lp2mps.o

www.eeworm.com/read/245644/12786185

c mps2lp.c

#include "lpkit.h" #include int main(int argc, char *argv[]) { lprec *lp; if (argc != 1) { printf("mps to lp file converter by Jeroen J. Dirks (jeroend@tor.numetrix.com)\n");
www.eeworm.com/read/243168/12957678

out fir3lp.out

www.eeworm.com/read/243168/12957683

gel fir3lp.gel

/*FIR3LP.gel Gel file to step through 3 different LP filters*/ menuitem "Filter Characteristics" slider Filter(1,3,1,1,filterparameter) /*from 1 to 3,incr by 1*/ { LP_number = filterparameter
www.eeworm.com/read/243168/12957690

c fir3lp.c

//Fir3LP.c FIR using three lowpass coefficients with three different BW #include "lp600.cof" //coeff file LP @ 600 Hz #include "lp1500.cof" //coeff file LP @ 1500 Hz #include "lp30
www.eeworm.com/read/243168/12957698

pjt fir3lp.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="C:\ti\myprojects\Fir3LP\" ProjectType=Executable CPUFamily=TMS320C67XX Tool="Compile