代码搜索:modulated
找到约 1,436 项符合「modulated」的源代码
代码结果 1,436
www.eeworm.com/read/317707/13499255
m dfcm.m
% Dicke-Fix Countermeasure
% -------------------------
clf;clc;clear;
% Define Time Vector
tmax=.06;N=1024;
t=tmax*(1:N)/N;
% Sample Frequency
fs=N/tmax;
% Generate Modulated Sig
www.eeworm.com/read/313956/13578283
hlp ddemodce.hlp
ask_help_begin
DDEMODCE M-ary ASK demodulation (complex envelope).
Z = DDEMODCE(Y, Fd, Fs, METHOD, M), METHOD = 'ask', demodulates the
complex envelope of a ASK modulated signal with
www.eeworm.com/read/230351/14292032
asm rf.asm
;/*
; RF.asm
;
; Jan Ornter
;
; DATE: 11-9-2005
; VER.: 1.0
;
; This class provides access to the optionally RF-Interface.
; It will transmit a header (see below) and pulse with modulated dat
www.eeworm.com/read/364212/2907589
m modulation.m
function y = modulation(x,b,e)
% x is input bits, in the form of row vector
% y is modulated output, in the form of row vector
% b is the subcarrier bit allocation, b(i) is the number of bits all
www.eeworm.com/read/364212/2907619
m modulation.m
function y = modulation(x,b,e)
% x is input bits, in the form of row vector
% y is modulated output, in the form of row vector
% b is the subcarrier bit allocation, b(i) is the number of bits all
www.eeworm.com/read/367434/9749031
asm rf.asm
;/*
; RF.asm
;
; Jan Ornter
;
; DATE: 11-9-2005
; VER.: 1.0
;
; This class provides access to the optionally RF-Interface.
; It will transmit a header (see below) and pulse with modulated dat
www.eeworm.com/read/249489/12492678
m dpskdemod.m
function z = dpskdemod(y,M,varargin)
% DPSKDEMOD Differential phase shift keying demodulation.
% Z = DPSKDEMOD(Y,M) demodulates the complex envelope Y of a DPSK
% modulated signal. M is the alp
www.eeworm.com/read/147096/12585578
hlp ddemodce.hlp
ask_help_begin
DDEMODCE M-ary ASK demodulation (complex envelope).
Z = DDEMODCE(Y, Fd, Fs, METHOD, M), METHOD = 'ask', demodulates the
complex envelope of a ASK modulated signal with
www.eeworm.com/read/101557/15827139
hlp ddemodce.hlp
ask_help_begin
DDEMODCE M-ary ASK demodulation (complex envelope).
Z = DDEMODCE(Y, Fd, Fs, METHOD, M), METHOD = 'ask', demodulates the
complex envelope of a ASK modulated signal with
www.eeworm.com/read/428974/8826206
m trial.m
% Bit error rate of BPSK modulated LDPC codes under AWGN channel
%
%
% Copyright priyabrata, 2009
clc;
clear all;
% LDPC matrix size, rate must be 1/2
% Warning: encoding - decoding can b