代码搜索:Modulator
找到约 415 项符合「Modulator」的源代码
代码结果 415
www.eeworm.com/read/491592/6430768
m dec_gen.m
% decimal data generator for modulator
function [D, L, M, bit_n] = dec_gen(chip_data, M)
% D : dec_data
% L : chip_data Length
% chip_data : generated data by chip_gen
% M : Modulation M - QA
www.eeworm.com/read/491596/6430834
m mimo_en.m
% STTD MIMO encoder and modulator
function [y, y_s] = mimo_en(D,M, num_Tx)
% D : dec_data
% L : chip_data Length
% bit_n : bit number / symbol
% M : Modulation M - QAM
% Tx : encoded data
www.eeworm.com/read/491596/6430835
m dec_gen.m
% decimal data generator for modulator
function [D, L, M, bit_n] = dec_gen(chip_data, M)
% D : dec_data
% L : chip_data Length
% chip_data : generated data by chip_gen
% M : Modulation M - QA
www.eeworm.com/read/392021/8366818
m simulatesnr.m
function [snr,amp] = simulateSNR(ntf,OSR,amp,f0,nlev,f,k)
%[snr,amp] = simulateSNR(ntf,OSR,amp,f0=0,nlev=2,f=1/(4*OSR),k=13)
%Determine the SNR for a delta-sigma modulator by using simulations.
%The m
www.eeworm.com/read/182900/9186631
m simulatesnr.m
function [snr,amp] = simulateSNR(ntf,OSR,amp,f0,nlev,f,k)
%[snr,amp] = simulateSNR(ntf,OSR,amp,f0=0,nlev=2,f=1/(4*OSR),k=13)
%Determine the SNR for a delta-sigma modulator by using simulations.
%The m
www.eeworm.com/read/418151/10964280
m simulatesnr.m
function [snr,amp] = simulateSNR(ntf,OSR,amp,f0,nlev,f,k)
%[snr,amp] = simulateSNR(ntf,OSR,amp,f0=0,nlev=2,f=1/(4*OSR),k=13)
%Determine the SNR for a delta-sigma modulator by using simulations.
%The m
www.eeworm.com/read/333524/12677303
m simulatesnr.m
function [snr,amp] = simulateSNR(ntf,OSR,amp,f0,nlev,f,k)
%[snr,amp] = simulateSNR(ntf,OSR,amp,f0=0,nlev=2,f=1/(4*OSR),k=13)
%Determine the SNR for a delta-sigma modulator by using simulations.
%The m
www.eeworm.com/read/418153/2092335
sci modqam_f.sci
//MODQAM_f Scicos MQAM Modulator block
//Classical interface function ver1.0 - scilab-3.0
//5 janvier 2005 - IRCOM GROUP - Author : A.Layec
function [x,y,typ]=MODQAM_f(job,arg1,arg2)
x=[];y=[];typ
www.eeworm.com/read/418153/2092338
sci modpsk_f.sci
//MODPSK_f Scicos MPSK modulator block
//Classical interface function ver1.0 - scilab-2.7
//25 octobre 2003 Author : - IRCOM GROUP - A.Layec
function [x,y,typ]=MODPSK_f(job,arg1,arg2)
x=[];y=[];ty
www.eeworm.com/read/464236/7167237
m bpsksimple.m
function [number] = BPSKsimple(snr)
fc=15;
% snr=0;
%%% random symbols
BS(1)=1;
BS(2)=1;
BS(3)=0;
BS(4)=1;
BS(5)=0;
BS(6)=0;
BS(7)=0;
BS(8)=1;
BS(9)=1;
BS(10)=0;
%%% BPSK modulator