代码搜索:modulated
找到约 1,436 项符合「modulated」的源代码
代码结果 1,436
www.eeworm.com/read/489598/6466424
m psk_gen.m
function [Msymb,Sset]=psk_gen(Mary,symb)
%[Msymb,Sset]=psk_gen(Mary,symb)
%Mary is order of PSK set, eg. Mary = 4 is QPSK
%symb is the index of the symbol ranging from 1:Mary.
%Msymb is the modula
www.eeworm.com/read/488270/6491141
m p1_6.m
% Program P1_6
% Generation of amplitude modulated sequence
clf;
n = 0:100;
m = 0.4;fH = 0.1; fL = 0.01;
xH = sin(2*pi*fH*n);
xL = sin(2*pi*fL*n);
y = (1+m*xL).*xH;
stem(n,y);grid;
xlabe
www.eeworm.com/read/478889/6707071
v phasemod.v
/*******************************************************************************
****************************************************************************
**
www.eeworm.com/read/478889/6707078
v dds.v
`include "romtab.v"
`include "claadd8s.v"
`include "loadfw.v"
`include "loadpw.v"
`include "sinlup.v"
`include "phasea.v"
`include "phasemod.v"
`include "pngen.v"
/**************************
www.eeworm.com/read/210480/15198403
v phasemod.v
/*******************************************************************************
****************************************************************************
**
www.eeworm.com/read/210480/15198410
v dds.v
`include "romtab.v"
`include "claadd8s.v"
`include "loadfw.v"
`include "loadpw.v"
`include "sinlup.v"
`include "phasea.v"
`include "phasemod.v"
`include "pngen.v"
/**************************
www.eeworm.com/read/248284/12585710
m p1_6.m
% Program P1_6
% Generation of amplitude modulated sequence
clf;
n = 0:100;
m = 0.4;fH = 0.1; fL = 0.01;
xH = sin(2*pi*fH*n);
xL = sin(2*pi*fL*n);
y = (1+m*xL).*xH;
stem(n,y);grid;
xlabe
www.eeworm.com/read/287843/8665326
m fm1.m
% fm1.m
% Matlab demonstration script for frequency modulation. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise.
echo on
t0=.15;
www.eeworm.com/read/287843/8665423
m dsb3.m
% dsb1.m
% Matlab demonstration script for DSB-AM modulation. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise.
echo on
t0=.15;
www.eeworm.com/read/287843/8665685
m ip_03_10.m
% MATLAB script for Illustrative Problem 3.10.
% Demonstration script for frequency modulation. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.
clear
echo