代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/274278/10879169
h svm_model_matlab.h
const char *model_to_matlab_structure(mxArray *plhs[], int num_of_feature, struct svm_model *model);
struct svm_model *matlab_matrix_to_model(const mxArray *matlab_struct, const char **error_message);
www.eeworm.com/read/274278/10879195
c svm_model_matlab.c
#include
#include
#include "svm.h"
#include "mex.h"
#if MX_API_VER < 0x07030000
typedef int mwIndex;
#endif
#define NUM_OF_RETURN_FIELD 10
#define Malloc(type,n) (type *)mal
www.eeworm.com/read/348591/10884001
txt tsp-matlab-ann.txt
蚁群算法TSP(旅行商问题)通用matlab程序!!
function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)
%%=====================================================================
www.eeworm.com/read/418838/10894710
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/418695/10935713
matlab5 qld.dll.matlab5
www.eeworm.com/read/272496/10955938
pdf ber simulation with matlab.pdf
www.eeworm.com/read/272253/10964366
m matlab16qam.m
%调制qammod(a,16); 解调用qamdemod 画星座图modmap('qam',4)
clear; %设置参数
M = 16;
fd=200;
fc=4*fd;
fs=4*fc;
rolloff = 0.5;
nsamp = 4;
num=1000; %符号个数
% ******* -----产生QAM基带信号 ---
www.eeworm.com/read/417695/10980226
pdf matlab_in_engineering_mathematics.pdf
www.eeworm.com/read/417661/10981162
c sparsesvd_partialeig_matlab.c
/* Main function
sparse_rank_one(double *Amat, int n, double rho, double tol, int MaxIter, double *Xmat, double *Umat, double *uvec, double *Fmat, int WarmStart, int info)
SPARSERANKONE finds a spa
www.eeworm.com/read/270840/11024232