代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/317870/13494686
dsw vc_matlab_engine.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/317870/13494688
rc vc_matlab_engine.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/317852/13495047
doc matlab_toolbox_summarize.doc
www.eeworm.com/read/317136/13510019
doc matlab_office_word.doc
www.eeworm.com/read/317079/13510839
pdf matlab.7.programming.pdf
www.eeworm.com/read/316591/13520618
pdf matlab6.5fuzhuxiaobofenxi.pdf
www.eeworm.com/read/315723/13537750
pdf matlab数值计算程序.pdf
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