代码搜索:demodulates
找到约 50 项符合「demodulates」的源代码
代码结果 50
www.eeworm.com/read/379971/9170170
m main.m
%Bob Gess, June 2008, for EE473
%Module name: testing
%Simulates generation and transmission of a direct sequence spread spectrum
%modulation of a QPSK signal, injects random and/or jamming noise
www.eeworm.com/read/449324/7508800
m testing.m
%Bob Gess, June 2008, for EE473
%Module name: testing
%Simulates generation and transmission of a direct sequence spread spectrum
%modulation of a QPSK signal, injects random and/or jamming noise
www.eeworm.com/read/302825/13826921
m phasedemod.m
function y=PhaseDemod(x, bits)
%function y=PhaseDemod(x, bits)
%
% This function demodulates M-PSK with M=2^bits symbols
% This function should be used with PhaseMod.m
M = 2^bits;
if size(
www.eeworm.com/read/205202/15323591
m phasedemod.m
function y=PhaseDemod(x, bits)
%function y=PhaseDemod(x, bits)
%
% This function demodulates M-PSK with M=2^bits symbols
% This function should be used with PhaseMod.m
M = 2^bits;
if size(
www.eeworm.com/read/187250/8838708
m demodpsk.m
function [Datarx, DiffPhRx] = DemodPSK(Phases,wordsize,DPSK)
%DEMODPSK Demodulates phase shift keyed data.
% Datarx = DemodPSK(Phases,wordsize)
% Demodulates the phase angles back into to data. The
www.eeworm.com/read/469539/6930092
m demodpsk.m
function [Datarx, DiffPhRx] = DemodPSK(Phases,wordsize,DPSK)
%DEMODPSK Demodulates phase shift keyed data.
% Datarx = DemodPSK(Phases,wordsize)
% Demodulates the phase angles back into to data. The
www.eeworm.com/read/438025/7737541
m demodpsk.m
function [Datarx, DiffPhRx] = DemodPSK(Phases,wordsize,DPSK)
%DEMODPSK Demodulates phase shift keyed data.
% Datarx = DemodPSK(Phases,wordsize)
% Demodulates the phase angles back into to data. The
www.eeworm.com/read/317470/13504358
m demodpsk.m
function [Datarx, DiffPhRx] = DemodPSK(Phases,wordsize,DPSK)
%DEMODPSK Demodulates phase shift keyed data.
% Datarx = DemodPSK(Phases,wordsize)
% Demodulates the phase angles back into to data. The
www.eeworm.com/read/411970/11218896
m demodpsk.m
function [Datarx, DiffPhRx] = DemodPSK(Phases,wordsize,DPSK)
%DEMODPSK Demodulates phase shift keyed data.
% Datarx = DemodPSK(Phases,wordsize)
% Demodulates the phase angles back into to data. The
www.eeworm.com/read/135217/13949715
m demodpsk.m
function [Datarx, DiffPhRx] = DemodPSK(Phases,wordsize,DPSK)
%DEMODPSK Demodulates phase shift keyed data.
% Datarx = DemodPSK(Phases,wordsize)
% Demodulates the phase angles back into to data. The