代码搜索:MatLab

找到约 10,000 项符合「MatLab」的源代码

代码结果 10,000
www.eeworm.com/read/314735/13560056

m decode_ldpc_matlab.m

function [vhat,iteration]=decode_ldpc_matlab(rx_waveform,No,h,rows,cols,ind,r,c,max_iter) % bit to check % check to bit % update APP LLR % hard decision % if valid codework, then exit vhat(1
www.eeworm.com/read/314550/13564551

m matlab_mpsk2.m

% simulation of uncoded MPSK % compute SER/BER curves for uncoded MPSK % % Dr B. Gremont 2007 format short clear clc for M=2.^(1:1:4),% M-arity k=log2(M); coderate=1; % no codin
www.eeworm.com/read/314548/13564558

m matlab_digital_modulation.m

function varargout = digital_modulation(varargin) %DIGITAL_MODULATION %Author: Diego Orlando Barrag醤 Guerrero %diegokillemall@yahoo.com %Private Technical University of Loja (Ecuador) %Last Modi