代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/492812/6409761
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/492812/6409763
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/492812/6409766
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/489361/6470531
m psk_8_lp.m
%============= 2008.10.10 4:00 PM ======%
%============= 观察调制解调效果,加噪声, 观察"误符号率","误码率"
%========== “根” 升余弦 脉冲
clear;
clc;
fs=12000; % sample rate
fb=2400;
ts=1/fs;
tb=1/fb;
www.eeworm.com/read/489227/6476920
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/489227/6476926
c lp2mat.c
/* This file contains a function to interface LP_SOLVE to MATLAB.
This file is not part of the LP_SOLVE package.
Marian V. Iordache (miordach@nd.edu)
*/
#include "lpkit.h"
#include
www.eeworm.com/read/489227/6476927
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"
www.eeworm.com/read/489227/6476929
m lp2mex.m
% LP2MEX - create mex file for LP_SOLVE
mex -g ipslv_mex.c ipslv.c lp2mat.c hash.c lpkit.c presolve.c solve.c debug.c
www.eeworm.com/read/483133/6610817
m ideal_lp2.m
function hd=ideal_lp2(wc,N)
%compute the ideal lowpass fiter unit pulse respondence hd(n)
%wc: cutoff frequency
%N: window length
%hd: unit pulse respondence
alpha=(N-1)/2;
n=0:1:N-1;
m=n-alpha
www.eeworm.com/read/483133/6610831
m ideal_lp1.m
%函数 ideal_ip
function hd=ideal_lp1(wc,N);
%理想标准低通滤波器计算
%----------------------------------------------------------------------
%条件:已知3db通带截止频率和截取长度
%[hd]=ideal_ip(wc,N);
%hd为0到N-1之间的理想脉冲响应
%wc