代码搜索:modulated
找到约 1,436 项符合「modulated」的源代码
代码结果 1,436
www.eeworm.com/read/282660/9077225
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/164484/10105829
v phasemod.v
/*******************************************************************************
****************************************************************************
**
www.eeworm.com/read/164484/10105841
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/279617/10410151
syn pwm_dac.syn
JDF B
// Created by Version 1.0
PROJECT Pulse Width Modulated DAC
DESIGN pwm_dac Normal
DEVKIT ispLSI5512VE-100LF256I
ENTRY ABEL/Schematic
MODULE counter.abl
MODSTYLE counter Normal
MODULE pw
www.eeworm.com/read/160929/10469725
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;
xlabel('Time i
www.eeworm.com/read/160929/10470081
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/160929/10470507
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;
xlabel('Time i
www.eeworm.com/read/352728/10521173
v phasemod.v
/*******************************************************************************
****************************************************************************
**
www.eeworm.com/read/352728/10521196
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/439446/7708582
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;
xlabel('Time i