代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/256179/12014136
tdf altsyncram_lp92.tdf
--altsyncram ADDRESS_ACLR_A="NONE" ADDRESS_ACLR_B="NONE" ADDRESS_REG_B="CLOCK1" BYTE_SIZE=8 BYTEENA_ACLR_A="NONE" BYTEENA_ACLR_B="NONE" BYTEENA_REG_B="CLOCK1" CBX_DECLARE_ALL_CONNECTED_PORTS="OFF" DEV
www.eeworm.com/read/251523/12339834
m shelving_lp_imp.m
function y = shelving_LP_imp(x, b, a, mu)
%SHELVING_LP_IMP - Implements First-Order IIR Butterworth Shelving Filter
% by summing the input vector with the output of a
%
www.eeworm.com/read/251523/12339851
m first_order_lp.m
function [b, a] = first_order_LP(fc, fs)
%FIRST_ORDER_LP - First-Order IIR Butterworth Low-Pass Filter Design Routine
%
% usage: [b, a] = first_order_LP(fc, fs)
%
% b = Two co
www.eeworm.com/read/251523/12339868
m second_order_lp.m
function [b, a] = second_order_LP(fc, fs, d)
%SECOND_ORDER_LP - Second-Order IIR Butterworth Low-Pass Filter Design Routine
%
% usage: [b, a] = second_order_LP(fc, fs, d)
%
%
www.eeworm.com/read/251523/12339899
jpg second_order_lp.jpg
www.eeworm.com/read/251523/12339914
m cascaded_lp_imp.m
function y = cascaded_LP_imp(x, a, b)
%CASCADED_LP_IMP - Implements Nth-Order Low-Pass Filter by cascading
% M second order low-pass sections, where N = 2M.
%
%
www.eeworm.com/read/251523/12339925
jpg first_order_lp.jpg
www.eeworm.com/read/148477/12464798
iic at2lp_pinout.iic
www.eeworm.com/read/120261/14808577
c lp2mps.c
#include "lpkit.h"
#include
int main(int argc, char *argv[])
{
lprec *lp;
if (argc != 1) {
printf("lp to mps file converter by Jeroen J. Dirks (jeroend@tor.numetrix.com)\n");
www.eeworm.com/read/120261/14808593
c mps2lp.c
#include "lpkit.h"
#include
int main(int argc, char *argv[])
{
lprec *lp;
if (argc != 1) {
printf("mps to lp file converter by Jeroen J. Dirks (jeroend@tor.numetrix.com)\n");