代码搜索:Modulator
找到约 415 项符合「Modulator」的源代码
代码结果 415
www.eeworm.com/read/182900/9186663
c simulatedsm.c
/* simulateDSM.c - A MEX-file for simulating a delta-sigma modulator
%[v,xn,xmax,y] = simulateDSM( u, ABCD, nlev[2], x0[0] )
% or
%[v,xn,xmax,y] = simulateDSM( u, ntf, nlev[2], x0[0] )
%
%Compute the
www.eeworm.com/read/418151/10964292
c simulatedsm.c
/* simulateDSM.c - A MEX-file for simulating a delta-sigma modulator
%[v,xn,xmax,y] = simulateDSM( u, ABCD, nlev[2], x0[0] )
% or
%[v,xn,xmax,y] = simulateDSM( u, ntf, nlev[2], x0[0] )
%
%Compute the
www.eeworm.com/read/333524/12677348
c simulatedsm.c
/* simulateDSM.c - A MEX-file for simulating a delta-sigma modulator
%[v,xn,xmax,y] = simulateDSM( u, ABCD, nlev[2], x0[0] )
% or
%[v,xn,xmax,y] = simulateDSM( u, ntf, nlev[2], x0[0] )
%
%Compute the
www.eeworm.com/read/491589/6430743
m mimo_en.m
% STTD MIMO encoder and modulator
function [y, Tx] = mimo_en(D,M,L,bit_n)
% D : dec_data
% L : chip_data Length
% bit_n : bit number / symbol
% M : Modulation M - QAM
% Tx : encoded data
www.eeworm.com/read/418153/2092280
sci mashblk_f.sci
//MASHBLK_f Scicos discret MASH sigma delta modulator
//Classical interface function ver1.0 - scilab-3.0
//17 janvier 2005 - IRCOM GROUP - Author : A.Layec
function [x,y,typ]=MASHBLK_f(job,arg1,ar
www.eeworm.com/read/392021/8366863
m synthesizentf.m
function ntf = synthesizeNTF(order,osr,opt,H_inf,f0)
%ntf = synthesizeNTF(order=3,osr=64,opt=0,H_inf=1.5,f0=0)
%Synthesize a noise transfer function for a delta-sigma modulator.
% order = order of the
www.eeworm.com/read/182900/9186676
m synthesizentf.m
function ntf = synthesizeNTF(order,OSR,opt,H_inf,f0)
%ntf = synthesizeNTF(order=3,OSR=64,opt=0,H_inf=1.5,f0=0)
%Synthesize a noise transfer function for a delta-sigma modulator.
% order = order of the
www.eeworm.com/read/418151/10964296
m synthesizentf.m
function ntf = synthesizeNTF(order,osr,opt,H_inf,f0)
%ntf = synthesizeNTF(order=3,osr=64,opt=0,H_inf=1.5,f0=0)
%Synthesize a noise transfer function for a delta-sigma modulator.
% order = order of the
www.eeworm.com/read/333524/12677364
m synthesizentf.m
function ntf = synthesizeNTF(order,OSR,opt,H_inf,f0)
%ntf = synthesizeNTF(order=3,OSR=64,opt=0,H_inf=1.5,f0=0)
%Synthesize a noise transfer function for a delta-sigma modulator.
% order = order of the
www.eeworm.com/read/491589/6430744
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