代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/373367/2764691
h atsci_vsbtx_lp.h
/* -*- c++ -*- */
/*
* Copyright 2002 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/373026/2767649
m matrix_games_lp.m
% Section 5.2.5: Mixed strategies for matrix games (LP formulation)
% Boyd & Vandenberghe, "Convex Optimization"
% Jo雔le Skaf - 08/24/05
%
% Player 1 wishes to choose u to minimize his expected payoff
www.eeworm.com/read/369334/2801972
abl fx2lp.abl
MODULE fx2lp
" Swapped dipswitch settings 00 and 10 on 4-3-98 to allow the all-switch-on default
x,c,z = .X.,.C.,.Z.;
"Inputs
A12,A13,A14,A15 pin 11,12,13,16;
A11 pin 4;
nR
www.eeworm.com/read/294899/8194704
out fir3lp.out
www.eeworm.com/read/294899/8194707
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/294899/8194711
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/294899/8194716
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/193277/8241813
m robustify_lp_conic.m
function F = robustify_lp_conic(F_xw,Zmodel,x,w)
% Creates robustified version of the uncertain set of linear inequalities
% s.t A(w)*x = 0 where F(w) is a conic set, here
%