代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/173930/9629829
doc dsp_matlab_examples.doc
www.eeworm.com/read/369726/9635236
txt watermarking_dct_matlab.txt
%水印嵌入*********************************************************************************************(1)
%1同步信号,在音频起始点嵌入10个幅值相同的点
[x,fs,nbits]=wavread('E:\wave1\0000.wav');
lenx=length(x);
w=wavread(
www.eeworm.com/read/173273/9663912
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/368250/9703748
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/368250/9703759
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/171884/9731203
pdf matlab6.x.pdf
www.eeworm.com/read/415396/11074666
pdf 精通matlab7.pdf
www.eeworm.com/read/415169/11082841