代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/373828/9434136
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/373828/9434138
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/373828/9434176
cof lp114.cof
//LP114.cof FIR LP coefficients generated with MATLAB, using Fs=16kHz
//Corner Freq/Stop Freq: 3kHz/3.3kHz; Passband/stopband ripple: 0/40 dB
#ifndef N
#define N 114 //lowpass with N=
www.eeworm.com/read/373828/9434327
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/373828/9434454
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/373828/9434639
cof lp55.cof
//LP55.COF Coefficients for FIR lowpass filter. Cutoff frequency Fs/4 = 2 kHz
float h[55]={3.6353E-003,-1.1901E-003,-4.5219E-003, 2.6882E-003, 5.1775E-003,
-4.7252E-003,-5.4097E-003, 7.2940E-
www.eeworm.com/read/373142/9474533
c lp_solve.c
#include
#include
#include "lpkit.h"
#include "lpglob.h"
#include "patchlevel.h"
void print_help(char *argv[])
{
printf("Usage of %s version %s:\n", argv[0], PATCHLEVEL)
www.eeworm.com/read/373121/9474818
h lp_xli.h
/* ---------------------------------------------------------------------------------- */
/* lp_solve v5+ headers for external language interface libraries (XLIs) */
/* ------------------
www.eeworm.com/read/373121/9474822
h lp_cplex.h
#ifndef HEADER_lp_lp
#define HEADER_lp_lp
/* Include libraries for this language system */
#include "lp_types.h"
/*#include "lusol.h"*/
#ifdef __cplusplus
namespace lp
extern "C" {
#endif
/* Put f
www.eeworm.com/read/373121/9474824
h lp_rlpt.h
extern lprec *read_lptex(lprec *lp, FILE *filename, int verbose, char *lp_name, char objconst);
extern lprec * __WINAPI read_lpt(FILE *filename, int verbose, char *lp_name);
extern lprec *read_LPTex(l