代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/385962/8775030

txt matlab仿真ddc程序.txt

我设计一个DDC使用的级联滤波器,结构CIC6+CFIR+PFIR,输入一个噪声信号,可是出来的频谱不对, 希望抑制是70dB,哪位DX指出问题所在,谢谢! 附程序: function ddc_main_c; clc clear %输入信号 N=38400*18; ys=randn(1,N)+j*randn(1,N);
www.eeworm.com/read/385805/8788196

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/385805/8788213

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/428810/8839613

txt matlab otsu法分割.txt

*************************************************************************************************************************************************************** OTSU法对于具有双峰性质的灰度图像或是彩色图像的某一通道的分割效果很好,