代码搜索:Modulator

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

代码结果 415
www.eeworm.com/read/323260/13346394

m mlse_cpm_zl.m

% MLSE CPM demodulation clear; % ******************* % 参数控制 % ******************* % modulator index array h=[4,5]/16; M=4; % fc=carrier frequency % T=symbol period % Ts=sample period
www.eeworm.com/read/258131/11882976

c modulate.c

/* File: Modulate.c Description: Complex K-dimensional M-ary modulator The calling syntax is: [output] = Modulate( input, S_matrix ) Where: output = K by N vector of
www.eeworm.com/read/223481/14639367

c modulate.c

/* File: Modulate.c Description: Complex K-dimensional M-ary modulator The calling syntax is: [output] = Modulate( input, S_matrix ) Where: output = K by N vector of
www.eeworm.com/read/294130/8251360

htm 139.htm

RFID-Bulletin Board: How to implement 10%ASK modulator and demodulator?, Tommy Jackson at 8/22/2000 16:06
www.eeworm.com/read/148373/12471680

txt abstract.txt

This ARM example runs on the Analog Devices ADuC7024 and shows: * Usage of the PWM pulse-width modulator, * A Timer Interrupt Service Routine in C, * How to generate a Sine Wave Output Sign
www.eeworm.com/read/165343/7143782

h bpskmod.h

// BPSKmod.h --- a simple BPSK modulator to modulate a scalar of data // Todd K. Moon // Copyright 2004 by Todd K. Moon // Permission is granted to use this program/data // for educational/research o
www.eeworm.com/read/328643/13009578

c fsk.c

/* * generic FSK modulator & demodulator * * Copyright (c) 1999,2000 Fabrice Bellard. * * This code is released under the GNU General Public License version * 2. Please read the file COPYING t
www.eeworm.com/read/328643/13009584

c v23.c

/* * generic V23 modulator & demodulator * * Copyright (c) 1999 Fabrice Bellard. * * This code is released under the GNU General Public License version * 2. Please read the file COPYING to kno
www.eeworm.com/read/353294/10456316

v deltasigma.v

// Copyright (c) Charles HY Cheung, Cornell University /*1st order digital Delta-Sigma modulator*/ /*`Data is read on positive clk edge*/ module DELTASIGMA(clk, reset, analogin, bitstream); inpu
www.eeworm.com/read/317484/3579514

vhd limitcounter.vhd

--Component, which counts from 0 to UPPER_LIMIT and changes OUTPUT_SIGNAL --from 1 to 0 when SWITCH_LIMIT is reached --Intended pourpuse: to be used in a PWM modulator --The bit width of the counte