代码搜索:Modulator

找到约 415 项符合「Modulator」的源代码

代码结果 415
www.eeworm.com/read/338000/12329867

h gmsksimulation_acc.h

/* * GMSKsimulation_acc.h * * Real-Time Workshop code generation for Simulink model "GMSKsimulation_acc.mdl". * * Model Version : 1.4 * Real-Time Workshop version : 6.6 (R200
www.eeworm.com/read/226035/14502528

h hevymetl.h

/***************************************************/ /*! \class HevyMetl \brief STK heavy metal FM synthesis instrument. This class implements 3 cascade operators with feedback modulatio
www.eeworm.com/read/226035/14502552

h percflut.h

/***************************************************/ /*! \class PercFlut \brief STK percussive flute FM synthesis instrument. This class implements algorithm 4 of the TX81Z. \code A
www.eeworm.com/read/286614/8755338

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity modulator_sim_v is end modulator_sim_v;
www.eeworm.com/read/418155/10964217

m bp2.m

% ************************************************************************ % 2nd Order Sigma-Delta BandPass A/D Modulator % by S. Brigati & F. Francesconi Ver.(0.1) 24/09/99 % The modulator structu
www.eeworm.com/read/165343/7143956

h bpskmodvec.h

// BPSKmodvec.h --- a simple BPSK modulator to modulate vectors of data // Todd K. Moon // Copyright 2004 by Todd K. Moon // Permission is granted to use this program/data // for educational/research
www.eeworm.com/read/392021/8366778

m mod1.m

function mod = mod1() % mod = mod1() % Populate a structure describing the first-order modulator A=1; B=[1 -1]; C=1; D=[0 0]; mod.ABCD=[A B; C D]; [mod.H mod.G] = calculateTF(mod.ABCD);
www.eeworm.com/read/392021/8366892

m mod2.m

function mod = mod2() % mod = mod2() % Populate a structure describing the second-order modulator A=[1 0; 1 1]; B=[1 -1; 1 -2]; C=[0 1]; D=[0 0]; ABCD=[A B; C D]; mod.ABCD=[A B; C D]; [mod.H mod.G] =