代码搜索:Modulator
找到约 415 项符合「Modulator」的源代码
代码结果 415
www.eeworm.com/read/172695/9696410
m ofdm_modulator.m
%---------------------------------------------------------------------------
% OFDM modulator
% NFFT: FFT length
% chnr: number of subcarrier
% G: guard length
%----------------------------------
www.eeworm.com/read/414662/11106902
m ofdm_modulator.m
function [y]=OFDM_Modulator(data,NFFT,Ng,numcarr);
x=zeros(1,NFFT);
%Zero padding
for i=1:numcarr
x(1,i+NFFT/2-numcarr/2)=data(1,i);
end
%ifft
a=ifft(x);
%insert the guard interval
y=[a(N
www.eeworm.com/read/286614/8755535
lst netlist.lst
E:\work\modulator_single\modulator.ngc 1201695685
OK
www.eeworm.com/read/286614/8755382
prm untitled.prm
PROMGEN: Xilinx Prom Generator I.27
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
promgen -w -p mcs -c FF -o E:\project\modulator\modulator_fpga\modulator_single\//Untitled -u 0 E:/pro
www.eeworm.com/read/286614/8755496
ndo modulator_sim_v.ndo
## NOTE: Do not edit this file.
## Auto generated by Project Navigator for Post-Translate Simulation
##
vlib work
## Compile Post-Translate Model
vlog "E:/work/modulator_single/netgen/translate/
www.eeworm.com/read/392021/8366865
m contents.m
% Delta-Sigma Toolbox
% Version 7.2 2008-02-08
% R. Schreier, Analog Devices Inc.
%
% Consult the DSToolbox.pdf and OnePageStory.pdf
% files for more complete documentation.
%
%
% Modulator synthesis
www.eeworm.com/read/182900/9186679
m contents.m
% Delta-Sigma Toolbox
% Version 7.0 01-Oct-2004
% R. Schreier, Analog Devices Inc.
%
% Consult the DSToolbox.pdf file for more complete documentation.
%
%
% Modulator synthesis and simulation
% synt
www.eeworm.com/read/182900/9186759
m readme.m
% Delta-Sigma Toolbox
% Version 6.0 01-Jan-2003
% R. Schreier, Analog Devices Inc.
%
% Consult the DSToolbox.pdf file for more complete documentation.
%
%
% Modulator synthesis and simulation
% synt
www.eeworm.com/read/418151/10964297
m contents.m
% Delta-Sigma Toolbox
% Version 7.2 2008-02-08
% R. Schreier, Analog Devices Inc.
%
% Consult the DSToolbox.pdf and OnePageStory.pdf
% files for more complete documentation.
%
%
% Modulator synthesis
www.eeworm.com/read/333524/12677370
m contents.m
% Delta-Sigma Toolbox
% Version 7.0 01-Oct-2004
% R. Schreier, Analog Devices Inc.
%
% Consult the DSToolbox.pdf file for more complete documentation.
%
%
% Modulator synthesis and simulation
% synt