代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/168924/9888210
h lp_syn.h
void LP_Synthesis(
float excitation[SF_LEN],
float lsf[ORDER],
int frame_num,
float speech[SF_LEN]);
www.eeworm.com/read/168924/9888227
c lp_syn.c
#include "celpfilt.h"
#include "lp_syn.h"
#include "lsftopc.h"
#include "movarray.h"
/**************************************************************************
*
www.eeworm.com/read/168924/9888280
h lp_syn.h
void LP_Synthesis(
float excitation[SF_LEN],
float lsf[ORDER],
int frame_num,
float speech[SF_LEN]);
www.eeworm.com/read/168924/9888299
c lp_syn.c
#include "celpfilt.h"
#include "lp_syn.h"
#include "lsftopc.h"
#include "movarray.h"
/**************************************************************************
*
www.eeworm.com/read/168453/9912541
m ideal_lp.m
function hd = ideal_lp(wc,M);
% 理想低通滤波器计算
% --------------------------------
% [hd] = ideal_lp(wc,M)
% hd = 0 to M-1之间的理想脉冲响应
% wc = 截止频率(弧度)
% M = 理想滤波器的长度
%
alpha = (M-1)/2;
n = [0:1:(
www.eeworm.com/read/360807/10077439
c lp_intern.c
/*
* split into mid and low-level for better support of different hardware
* by Joerg Dorchain (dorchain@mpi-sb.mpg.de)
*
* Amiga printer device by Michael Rausch (linux@uni-koblenz.de);
* Atari
www.eeworm.com/read/165020/10078683
man lp_solve.man
LP_SOLVE(1) LP_SOLVE(1)
NNAAMMEE
lp_solve - Solve (mixed integer) linear programming prob-
lem.
SSYYNNOOPPSSIISS
lp_so
www.eeworm.com/read/165020/10078688
ide lp23.ide
www.eeworm.com/read/165020/10078701
lp ex2.lp
8 x1 + 15 x2;
c1: 10 x1 + 21 x2 < 156;
c2: 2x1 + x2 < 22;