代码搜索:MATlab
找到约 10,000 项符合「MATlab」的源代码
代码结果 10,000
www.eeworm.com/read/440473/7688911
pdf matlab入门教程.pdf
www.eeworm.com/read/439652/7704074
doc matlab及其操作简述.doc
www.eeworm.com/read/439487/7708026
pdf matlab_skrypt_-_pg.pdf
www.eeworm.com/read/437894/7740045
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/437894/7740066
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/437782/7741580
pdf matlab 7 programming.pdf
www.eeworm.com/read/437417/7748760
txt bpsk_simulation_for_matlab.txt
%%%%% 该仿真程序是BPSK在AWGN信道下的调制解调性能验证实例 %%%%%%%%%%%%
%%%%% 该BPSK调制解调是忽略了载波调制与发送、接收基带成形的 %%%%%%%%%
%%%%%% 根据程序框架补充完程序并仿真 %%%%%%%%%%%%%%%%%%%%%%%
clc
clear all;
EbN0dB=1:10;%设定信噪比
errLimit=50;%设定每个信噪比
www.eeworm.com/read/436789/7762620
pdf proakis_matlab_comms.pdf
www.eeworm.com/read/436653/7766608
pdf matlab6_5.pdf
www.eeworm.com/read/435680/7787941
txt matlab转换c语言.txt
http://blog.chinaunix.net/u2/67530/showart_601136.html