搜索资源列表
Steganography
- 基于图象的数据隐写和提取matlab代码-image-based data extraction and steganalysis Matlab code
desmatlab
- 数据加密技术des算法。利用matlab实现-data encryption technology des algorithm. Achieved using Matlab
RSA_Matlab
- 在Matlab中采用RSA算法对数据进行加密,RSA是密码学中典型的算法。
matlab_vc
- 如何在vc6中调用matlab引擎进行科学计算。 包括,初始化引擎,数据交换等。
DES.rar
- 数据加密标准(DES)加密解密算法Matlab源代码,Data Encryption Standard (DES) encryption and decryption algorithm Matlab source code
CRC
- C R C 校验实用程序库在数据存储和数据通讯领域,为了保证数据的正确,就不得不采用检错的手段。-CRC checksum utility library in data storage and data communication fields, in order to ensure data is correct, will have to adopt a means of error detection.
LyapunovMatlabs
- 使用Matlab计算Lyapunov 指数 小数据量法-Matlab Lyapunov
BP
- 使用matlab编写的BP神经网络的算法,使用单隐层的网络,其中包括一个实例文件,对20个数据作分类。-Prepared using matlab algorithm BP neural network, using a single hidden layer networks, including an instance of the file, the data for 20 categories.
usrpfft
- 修改GNURadio中的频谱分析工具usrp_fft.py调用的C++模块gr_fft_vcc_fftw.cc,实现频谱的数据的存储,附有画图的matlab程序和实现的效果图,实现频谱数据分析需要。-Changes in the spectrum analysis tool GNURadio usrp_fft.py call C++ module gr_fft_vcc_fftw.cc, to achieve the spectrum of data storage, with a drawing
lsbsoundsignal
- 最不 重 要 位(LSB)方法DO是将秘密数据(水印数据)嵌入到载体数据中最简单的一种方法,它是在时域里隐藏数据。任何的秘密数据都可以看作是一串二进制位流,而音频文件的每一个采样数据也是以二进制数来表示。这样,可以将部分采样值的最不重要位用代表秘密数据的二进制位替换掉,以达到在音频信号中嵌入秘密数据的目的。-The most significant bits (LSB) method of DO is the secret data (watermark data) embedded into
MATLAB-for-trajectory
- matlab 实现三自由度无控弹道,程序中包含气动数据,适合飞行力学初学者学习-Matlab realize three degrees of freedom without controlled ballistic, contained in the aerodynamic data, suitable for beginners to learn flight mechanics
matlab-shuju
- matlab数据类型计算方法例程-matlab data type calculation routines. . . .
pso-dace-optimization
- 改进的粒子群优化克里金模型,相较传统的克里金模型MATLAB数据包,此方法输入参数更少-Improved particle swarm optimization kriging model, compared with the traditional kriging model MATLAB data packet, this method less input parameters
MATLAB-coding-under-LINUX
- 探讨LINUX环境下MATLAB的混编方法,应用MATLAB 与C 语言的接口C-MEX 函数, 实现读取系统硬件设备( joystick) 数据的方法-Discussion LINUX environment MATLAB Interface C-MEX function of mixed methods, application of MATLAB and C language to read the system hardware (joystick) methods of data
DeepLearnToolbox-matlab
- DBN代码 DBNs是一个概率生成模型,与传统的判别模型的神经网络相对,生成模型是建立一个观察数据和标签之间的联合分布。-DBN code DBNs generate a probability model, and determine the neural network model is relatively traditional, distributed generation model is to establish a joint observation data and tags.
matlab-fuzzy-PID
- 使用MATLAB编写模糊pid算法,实现对数据的精确控制,精度要求在10 左右-Using MATLAB to write fuzzy pid algorithm to achieve precise control of the data, the accuracy requirements of about 10
orzay
- 用于实现上面应用程序的相关数据集,是matlab数据文件格式的-Used to implement the above application related data sets, is the matlab data file format
PPP模式在环保产业中的应用研究_张玉
- 主观赋权法进行专家打分,数据约简,在毕业论文中用到,希望对大家有帮助(Subjective weighting method for expert scoring, data reduction, used in the thesis, and I hope to help everyone)
libsvm3.1.rar
- LibSVM是台湾林智仁(Chih-Jen Lin)教授2001年开发的一套支持向量机的库,这套库运算速度还是挺快的,可以很方便的对数据做分类或回归。由于libSVM程序小,运用灵活,输入参数少,并且是开源的,易于扩展,因此成为目前国内应用最多的SVM的库。 本源代码适用于MATLAB环境,版本为3.1
dtw
- 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)