代码搜索:modulated
找到约 1,436 项符合「modulated」的源代码
代码结果 1,436
www.eeworm.com/read/271693/10983849
m bt_alamouti2.m
%Alamouti-SFBC scheme for MISO-Alamouti
%return if not MISO system
%T_mod is the modulated signal
%Nsymbol is the No. of symbols within each frame
%state can be 1,2,3,4 or 5, indicates different s
www.eeworm.com/read/271693/10983851
m bt_alamouti.m
%Alamouti-STBC scheme for MISO-Alamouti
%return if not MISO system
%T_mod is the modulated signal
%Nsymbol is the No. of symbols within each frame
%state can be 1,2,3,4 or 5, indicates different s
www.eeworm.com/read/417550/10986199
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/198947/7902921
m trainsig.m
%TRAINSIG Modulates binary data with discrete multitone modulation.
% Y = TRAINSIG(X,L,N,F,P) returns a DMT training signal in Y.
%
% X is length-N binary input sequence to be modulated where N is th
www.eeworm.com/read/331941/12795940
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/240640/13209143
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/310212/13654665
m gauspuls.m
function [yc,ys,ye] = gauspuls(t,fc,bw,bwr,tpr)
%GAUSPULS Gaussian-modulated sinusoidal pulse generator.
% YI=GAUSPULS(T,FC,BW) returns samples of the unity-amplitude
% Gaussian RF pulse with c
www.eeworm.com/read/150372/5693591
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/150372/5693627
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/487397/6511067
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