代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/352501/10545872
out fir3lp.out
www.eeworm.com/read/352501/10545882
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/352501/10545888
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/352501/10545903
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/352274/10567439
m uf_lp_norm.m
function [infostr,paraData]=uf_lp_norm(paraHandle);
% UF_LP_NORM 滤波器设计面向低通原型进行参数归一化
% 输入参数:均为uicontrol对象,分别指向
% paraHandle(1) - 设计模型(BUTTER/CHEBY)
% paraHandle
www.eeworm.com/read/352274/10567754
m rlc3lp.m
function [ret,x0,str,ts,xts]=rlc3lp(t,x,u,flag);
%RLC3LP is the M-file description of the SIMULINK system named RLC3LP.
% The block-diagram can be displayed by typing: RLC3LP.
%
% SYS=RLC3LP(T,X,U
www.eeworm.com/read/352274/10568452
m uf_lp_curve.m
function [omega,Array]=uf_lp_curve(ftype,Ap);
if nargin
www.eeworm.com/read/352274/10568533
mdl rlc3lp.mdl
Model {
Name "rlc3lp"
Version 2.09
SimParamPage Solver
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
PaperOrientation l
www.eeworm.com/read/352274/10568843
mat uf_fltplot_lp.mat
www.eeworm.com/read/273787/10901205
m lp2filt.m
% This is a demo program
% The design of 2-D lowpass filter is based
% on the 1-D lowpass filter a (coefficients)
% F1 is the result of Choi
% F is the result of mine
function A = lp2filt(x)