代码搜索:modulated
找到约 1,436 项符合「modulated」的源代码
代码结果 1,436
www.eeworm.com/read/438357/1825599
m bpskmodanddemod.m
%BPSK simulation using a carrier cosine wave with ISI
clc;
close all;
clear all;
%figure(1)
n=160
for i=1:n
data(i)= 2*round(rand)-1;
end
%create modulated BPSK signal
%first expand the
www.eeworm.com/read/436145/1852639
txt abstract.txt
LPC932 EXAMPLE: CREATING A PWM SIGNAL USING A TIMER IN MODE 6
Christian Kulig, 12/06/02
INTRODUCTION:
The LPC932 can be used to create a Pulse Width Modulated PWM signal. That's an analog
signa
www.eeworm.com/read/436145/1852675
c capcom_pwm.c
// CAPCOM_PWM.c
// Christian Kulig, 10/29/02
//
// This sample uses the Capture Compare Unit (CCU) to create Pulse Width
// Modulated (PWM) signals to drive and dimm two LEDs on port P2.1 and P2.
www.eeworm.com/read/435186/1865834
txt abstract.txt
LPC932 EXAMPLE: CREATING A PWM SIGNAL USING A TIMER IN MODE 6
Christian Kulig, 12/06/02
INTRODUCTION:
The LPC932 can be used to create a Pulse Width Modulated PWM signal. That's an analog
signa
www.eeworm.com/read/435186/1865870
c capcom_pwm.c
// CAPCOM_PWM.c
// Christian Kulig, 10/29/02
//
// This sample uses the Capture Compare Unit (CCU) to create Pulse Width
// Modulated (PWM) signals to drive and dimm two LEDs on port P2.1 and P2.
www.eeworm.com/read/357060/3032750
txt abstract.txt
LPC932 EXAMPLE: CREATING A PWM SIGNAL USING A TIMER IN MODE 6
Christian Kulig, 12/06/02
INTRODUCTION:
The LPC932 can be used to create a Pulse Width Modulated PWM signal. That's an analog
signa
www.eeworm.com/read/357060/3032786
c capcom_pwm.c
// CAPCOM_PWM.c
// Christian Kulig, 10/29/02
//
// This sample uses the Capture Compare Unit (CCU) to create Pulse Width
// Modulated (PWM) signals to drive and dimm two LEDs on port P2.1 and P2.
www.eeworm.com/read/265353/4282831
txt abstract.txt
LPC932 EXAMPLE: CREATING A PWM SIGNAL USING A TIMER IN MODE 6
Christian Kulig, 12/06/02
INTRODUCTION:
The LPC932 can be used to create a Pulse Width Modulated PWM signal. That's an analog
signa
www.eeworm.com/read/265353/4282876
c capcom_pwm.c
// CAPCOM_PWM.c
// Christian Kulig, 10/29/02
//
// This sample uses the Capture Compare Unit (CCU) to create Pulse Width
// Modulated (PWM) signals to drive and dimm two LEDs on port P2.1 and P2.
www.eeworm.com/read/471229/6899701
m bpskmodanddemod.m
%BPSK simulation using a carrier cosine wave with ISI
clc;
close all;
clear all;
%figure(1)
n=160
for i=1:n
data(i)= 2*round(rand)-1;
end
%create modulated BPSK signal
%first expand the