代码搜索:demodulates

找到约 50 项符合「demodulates」的源代码

代码结果 50
www.eeworm.com/read/154209/11983831

m demod.m

function [x,x2] = demod(y,Fc,Fs,method,P1,P2) %DEMOD Signal demodulation for communications simulations. % X = DEMOD(Y,Fc,Fs,METHOD,OPT) demodulates the carrier signal Y with a % carrier frequ
www.eeworm.com/read/424063/10502484

m ddemodce.m

function [x, z] = ddemodce(y, Fd, Fs, method, M, opt1, opt2, opt3, opt4) %DDEMODCE Demodulates complex envelope of a digital modulated signal. % DDEMODCE(Y, Fd, Fs) plots eye-pattern diagram f
www.eeworm.com/read/424063/10502648

m ddemod.m

function x = ddemod(y, Fc, Fd, Fs, method, M, opt1, opt2, opt3, opt4) %DDEMOD Demodulates the complex envelope of a digital modulated signal. % DDEMOD(Y, Fc, Fd, Fs) plots eye-pattern diagram
www.eeworm.com/read/313956/13578257

m ddemodce.m

function [x, z] = ddemodce(y, Fd, Fs, method, M, opt1, opt2, opt3, opt4) %DDEMODCE Demodulates complex envelope of a digital modulated signal. % DDEMODCE(Y, Fd, Fs) plots eye-pattern diagram f
www.eeworm.com/read/313956/13578296

m ddemod.m

function x = ddemod(y, Fc, Fd, Fs, method, M, opt1, opt2, opt3, opt4) %DDEMOD Demodulates the complex envelope of a digital modulated signal. % DDEMOD(Y, Fc, Fd, Fs) plots eye-pattern diagram
www.eeworm.com/read/147096/12585492

m ddemodce.m

function [x, z] = ddemodce(y, Fd, Fs, method, M, opt1, opt2, opt3, opt4) %DDEMODCE Demodulates complex envelope of a digital modulated signal. % DDEMODCE(Y, Fd, Fs) plots eye-pattern diagram f
www.eeworm.com/read/147096/12585615

m ddemod.m

function x = ddemod(y, Fc, Fd, Fs, method, M, opt1, opt2, opt3, opt4) %DDEMOD Demodulates the complex envelope of a digital modulated signal. % DDEMOD(Y, Fc, Fd, Fs) plots eye-pattern diagram
www.eeworm.com/read/101557/15827113

m ddemodce.m

function [x, z] = ddemodce(y, Fd, Fs, method, M, opt1, opt2, opt3, opt4) %DDEMODCE Demodulates complex envelope of a digital modulated signal. % DDEMODCE(Y, Fd, Fs) plots eye-pattern diagram f
www.eeworm.com/read/101557/15827152

m ddemod.m

function x = ddemod(y, Fc, Fd, Fs, method, M, opt1, opt2, opt3, opt4) %DDEMOD Demodulates the complex envelope of a digital modulated signal. % DDEMOD(Y, Fc, Fd, Fs) plots eye-pattern diagram
www.eeworm.com/read/427304/8952665

c receiver.c

//Receiver.c Demodulates received BPSK voice signal #include "dsk6713_aic23.h" //codec-DSK support file #include Uint32 fs=DSK6713_AIC23_FREQ_96KHZ; //set sampling rate #define NUM