-
SVM_p0
一个支持向量机程序,很好用,希望对大家有帮助.(A support vector machine procedures, very good, and hope to have everyone help.)
- 2007-09-30 00:13:05下载
- 积分:1
-
FHSS_DSSS_CDMA
matlab源码产生跳频信号的m文件,非常好的(Matlab source of the signals generated hopping m document, very good Eastern)
- 2006-10-11 12:55:04下载
- 积分:1
-
mur_1d
使用MATLAB平台进行的一维mur边界仿真( one-dimensional boundary simulation mur using MATLAB platform)
- 2013-09-25 09:55:44下载
- 积分:1
-
PRN-code
伪随机码的模糊函数及其相关特性,用matlab仿真实现(Ambiguity function of pseudo-random code and its related properties, Simulation using matlab)
- 2011-05-10 19:23:01下载
- 积分:1
-
3-bus-test-system
三机九节点测试系统,用于各种电力系统类分析开发测试接线图(Three turbines nine node test system for all kinds of electric power system analysis of the development of testing the wiring diagram
)
- 2011-12-02 11:03:11下载
- 积分:1
-
changeFrequence
改变声音信号采样频率 matlab实现,介绍FFT方法,及滤波(Matlab change the sampling frequency to achieve the sound)
- 2010-12-01 22:28:24下载
- 积分:1
-
cep-algorithm
ep algorithm in math
- 2012-09-06 23:26:51下载
- 积分:1
-
MATLAB_Codes_for_Dimensionality_Reduction
数据降维工具箱,包括一些典型算法,例如pca,lle,mds,lda等。(Data dimensionality reduction tool kit, including some typical algorithms, such as the pca, lle, mds, lda, etc..)
- 2020-08-24 15:48:15下载
- 积分:1
-
OpenCVmex
cvlib_mex为已封装了openCV重要函数的库,PS:此文件供linux系统下64位matlab使用(cvlib_mex as an important function encapsulates the openCV library, PS: This file is for 64-bit linux system using matlab)
- 2013-07-15 19:17:49下载
- 积分:1
-
string-data-encryption
Data Encryption by Matrix Multiplication
We will only use numbers 0 to 26 for the encryptive mathematics operation. Numbers from 1 to 26 are for letters from A to Z and 0 is for all non-letter characters. To minimize usage of numbers, all letters are converted to upper case. The original message is converted to number array according to the ASCII table and minus 64. We partition whole array into blocks of 8 numbers. The last block may be added several zeros. Then multiply each block by the an 8x8 matrix A which is invertible in Z27 to get cipher data. The decryption is the same process except to use its inverse matrix B. For good visual reading, we convert all non-letter characters to under score for the decryption.
- 2012-06-24 02:58:53下载
- 积分:1