代码搜索:modulated
找到约 1,436 项符合「modulated」的源代码
代码结果 1,436
www.eeworm.com/read/154760/11928577
m modsig.m
function [xm,xf,xp]=modsig(ty,x,c,k)
% MODSIG Generate AM, FM and PM signals.
%
% [XM,XP,XF] = MODSIG(TY,X,C,K) returns the modulated signal in XM
% FOR 'pm' and 'fm' ONLY: XP
www.eeworm.com/read/154209/11983174
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/342990/11985124
m carrier_modulation.m
% In ampliture-modulated PAM system, the transmitter filter with impulse
% response has a square-root raised-cosine spectral, with a roll-off 0.5.
%Carrier frequency is fc=40/T.
echo off
T=1;
www.eeworm.com/read/250225/12423335
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/250225/12423337
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/125703/14470229
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/215701/15052731
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/210181/15204926
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/7410/116733
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/7410/116773
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.