代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/149156/12398534
cpp vc_matlab_engine.cpp
// vc_matlab_engine.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "vc_matlab_engine.h"
#include "vc_matlab_engineDlg.h"
#ifdef _DEBUG
#define new DEB
www.eeworm.com/read/149156/12398540
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/149156/12398545
rc vc_matlab_engine.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/336668/12426331
pdf matlab基础及其应用.pdf
www.eeworm.com/read/336668/12426333
pdf matlab循序渐进.pdf
www.eeworm.com/read/148607/12448111
doc matlab_add_in(document).doc
www.eeworm.com/read/233529/14148042
pdf ber_simulation_with_matlab.pdf
www.eeworm.com/read/233388/14156280
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/131030/14163110
doc matlab入门篇.doc
www.eeworm.com/read/232635/14187292
m matlab_in_c3.m
function [D,T]=matlab_in_c3(T);
%该函数用来验证是否可以输出多维变量 D维多维变量输出
Distance = 0.5*(-9.8).*T.^2;
plot(T,Distance);grid on;
for i=1:length(T)
for j=1:length(T)
if j==i
D(i,j)=Dis