代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/385934/8777501
out fir3lp.out
www.eeworm.com/read/385934/8777506
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/385934/8777509
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/385934/8777515
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
www.eeworm.com/read/384663/8852851
tdf cntr_lp7.tdf
--lpm_counter DEVICE_FAMILY="Cyclone" lpm_modulus=32768 lpm_width=15 aclr clk_en clock q
--VERSION_BEGIN 4.2 cbx_cycloneii 2004:08:25:19:39:42:SJ cbx_lpm_add_sub 2004:10:25:10:56:48:SJ cbx_lpm_compar
www.eeworm.com/read/426674/9004972
out fir3lp.out
www.eeworm.com/read/426674/9004981
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/426674/9004988
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/426674/9005000
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
www.eeworm.com/read/283083/9043771
c lp_filter1.c
#include
extern void data_start(void);
void main(void){
while(1)
data_start();
}