代码搜索:Demodulating

找到约 15 项符合「Demodulating」的源代码

代码结果 15
www.eeworm.com/read/475366/6779007

m mmse2.m

function L_all = mmse2( noisy_sig, mtchd_fltr, D, Ns, H, L, sigma, L_a, M, d1) % This script used for demodulating CPM signals % Input: % noisy_sig: Received signals % mtchd_fltr: M
www.eeworm.com/read/475366/6779065

m mmse3.m

function L_all = mmse3( noisy_sig, mtchd_fltr, D, Ns, H, L, sigma, L_a, M, d1) % This script used for demodulating CPM signals % Input: % noisy_sig: Received signals % mtchd_fltr: M
www.eeworm.com/read/195596/8139698

m pskdemo.m

% This is a program for demodulating MPSK containing gauss noise % pack; Fl=1000; t1=1; d=1; % create mpsk signal M=4; [x]=mpsk_gen(M,Fl,t1,d); x1=real(x); x2=imag(x); figure; plot(x1,x2
www.eeworm.com/read/195596/8139701

m qamdemo.m

% This is a program for demodulating MPSK containing gauss noise % pack; Fl=1000; t1=1; d=1; % create mpsk signal M=16; [x]=qam_gen(M,Fl,t1,d); x1=real(x); x2=imag(x); figure; plot(x1,x2
www.eeworm.com/read/306969/13734566

m pskdemo.m

% This is a program for demodulating MPSK containing gauss noise % pack; Fl=1000; t1=1; d=1; % create mpsk signal M=8; [x]=mpsk_gen(M,Fl,t1,d); x1=real(x); x2=imag(x); figure; plot(x1,x2