代码搜索:MATlab

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

代码结果 10,000
www.eeworm.com/read/287830/8666524

h svm_model_matlab.h

const char *model_to_matlab_structure(mxArray *plhs[], int num_of_feature, struct svm_model *model); const char *matlab_matrix_to_model(struct svm_model *model, const mxArray *matlab_struct);
www.eeworm.com/read/287830/8666545

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 static const char *field_names[] =
www.eeworm.com/read/386542/8738536

m suspension_sys_matlab.m

%% Analysis and simulation of Passive suspension system using MATLAB 7.5 %% (R2207b)using State Spce equations Mse=90; % Mass of seat Ms=250;% Mass of sprung Mu=40;% Mass of Unsprung bs=2000; %
www.eeworm.com/read/385999/8772616

txt matlab仿真ddc程序.txt

function ddc_main_c; clc clear %输入信号 N=38400*18; ys=randn(1,N)+j*randn(1,N); % CIC cic_m = 1; cic_ratio = 4;
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);