代码搜索结果

找到约 16,374 项符合 Op-Amp 的代码

creatnlfm.m

function signal=Creatnlfm(pulseLen,a1,a2,a3,amp,dt) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %signal=CreatNLFM(pulseLen,from,endpos,freq,pha,amp,k,dt) %非线性调频信号发生器 %

creatlfm.m

function signal=Creatlfm(pulseLen,freq,amp,k,dt) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %signal=CreatLFM(pulseLen,from,endpos,freq,pha,amp,k,dt) %线性调频信号发生器 %%%%%%

sdpvarfun.m

function Y=sdpvarfun(varargin) %SDPVARFUN Applies operator on matrix variable % % Y = sdpvarfun('op',X) Applies the Matlab operator 'op' on X % % Example : Y = sdpvarfun('triu',X) Extracts uppe

sdpvarfun.m

function Y=sdpvarfun(varargin) %SDPVARFUN Applies operator on matrix variable % % Y = sdpvarfun('op',X) Applies the Matlab operator 'op' on X % % Example : Y = sdpvarfun('triu',X) Extracts uppe

lioch1.m

op(1)=1; op(14)=2000; '-----------case 1-----------' x0=[zeros(1,12),5 1 2 7]; %x0=rand(1,10).*[3 5 4 7 6 11 10 10 10 10]; v=zeros(1,12); op(13)=6; [x,op]=constr('lioch',x0,op,v); x,f=op(8),n=

lioch11.m

op(1)=1; op(14)=2000; op(13)=0; x0=[zeros(1,12),5 1 2 7]; %x0=rand(1,10).*[3 5 4 7 6 11 10 10 10 10]; v=zeros(1,6); [x,op]=constr('liochhh',x0,op,v); x,f=op(8),n=op(10)

liaochang.m

a=[1.25 8.75 0.5 5.75 3 7.25]; b=[1.25 0.75 4.75 5 6.5 7.75]; d=[3 5 4 7 6 11];e=[20,20]; op(1)=0;op(14)=2000; %x0=[zeros(1,12),5 1 2 7]; x0=rand(1,16).*ones(1,16); v=zeros(1,12);op(13)=

mampres.c

#include #include #include #include "msp.h" void mampres(complex h[],float amp[],int n,float fs,int iamp, char filename[]) { /*------------------------------------

5_8.cpp

#include main() { float a,b; char op; printf("Please enter a,b and op:"); scanf("%f%c%f",&a,&op,&b); switch(op) { case'+': print