代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/352501/10546330
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/352501/10546619
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/158750/10731504
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 frequency in
www.eeworm.com/read/349479/10825203
m mp_lp.m
function [xout, lambdaout, howout, success] = mp_lp(f,A,b,VLB,VUB,x0,N,verbosein,skip_bpmpd)
% MP_LP Linear program solver.
% Calls bp() from BPMPD package to solve linear program if available.
%
www.eeworm.com/read/272396/10958810
c lp2.c
#include
#include
#include
#define PI 3.14159265
int ReadFrame(FILE * data, signed short *); //read a frmae of data from the input file
int Windowing(signed sho
www.eeworm.com/read/272396/10958817
c lp4.c
#include
#include
#include
#define PI 3.14159265
int ReadFrame(FILE * data, double *); //read a frmae of data from the input file
int Windowing(double *, double
www.eeworm.com/read/272396/10958831
c lp3.c
#include
#include
#include
#define PI 3.14159265
int ReadFrame(FILE * data, signed short *); //read a frmae of data from the input file
int Windowing(signed sho
www.eeworm.com/read/416926/11009386
vhd lp_fltr.vhd
library ieee;
use work.basic_type.all;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity lp_fltr is port(
clk: in std_logic;
din: in std_logic_vec
www.eeworm.com/read/467719/7000250
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/466599/7029565
m fir_lp.m
function FIR_LP
clear
clc
wp=0.2*pi;ws=0.3*pi;
tr_width=ws-wp;
N=ceil(6.6*pi/tr_width)+1;
n=[0:1:N-1];
wc=(ws+wp)/2;%理想LPF截止频
hd=ideal_lp(wc,N);%理想低通滤波器计算,hd=0-(N-1)之间的理想脉冲响应,wc=截止频率(弧度),N=理想滤