代码搜索:modulated

找到约 1,436 项符合「modulated」的源代码

代码结果 1,436
www.eeworm.com/read/248700/12545612

m fmdemod.m

function z = fmdemod(y,Fc,Fs,freqdev,ini_phase) %FMDEMOD Frequency demodulation. % Z = FMDEMOD(Y,Fc,Fs,FREQDEV) demodulates the FM modulated signal Y at % the carrier frequency Fc (Hz). Y and F
www.eeworm.com/read/106248/15642618

txt abstract.txt

LPC932 EXAMPLE: CREATING A PWM SIGNAL USING A TIMER IN MODE 6 by Christian Kulig, Philips Semiconductor 12/06/02 INTRODUCTION: The LPC932 can be used to create a Pulse Width Modulated PWM signal.
www.eeworm.com/read/190472/8442688

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/431446/8676491

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/426496/9017370

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/373242/9468067

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/362675/9987208

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/360890/10073287

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/359810/10124053

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/359810/10124056

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