搜索资源列表
crc16_MATLAB
- 16bit crc 编译码实例,matlab上运行。输入一行向量数字序列,获得其16bit的CRC校验码,并对其译码。-16bit crc encryption example, Matlab run. His input vector sequence number, access to its 16 bit CRC and its decoding.
OnProcessTrace
- 于八方向链码的边界跟踪代码,其中数组存储的是边界点的矢量方向,存储的是边界点的坐标。-in eight directions chain code border tracking code, which is stored in an array of border points vector direction, Storage is the boundary point coordinates.
VQ4
- Vector Quantization
80211b-simlink.rar
- 802.11b simulink simulation source code for PHY layer. It can be used to generate bit-true test vector for RTL level design(FPGA). ,802.11b simulink simulation source code for PHY layer. It can be used to generate bit-true test vector for RTL level d
c_FFT
- The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in ro
Huffman_code
- 经典的Huffman编码,给定概率向量,输出相应Huffman编码-Classic Huffman encoding, given the probability vector, the output corresponding Huffman coding
lbg
- 可以进行矢量量化,很实用哦,看可不可以帮上大家-vector quantificatioon
Support-vector-based-fuzzy-for-pattern-classifica
- Support vector based fuzzy for pattern classification
crc
- Routine to calculate and update the CRC16 of a vector. In CRC.frm is an example of how to use it.
libsvm-mat
- Matlab 源程序,支持向量机的工具箱,用于分类识别研究-Matlab source file,Support vector machine toolboox,for recognition and classification
libsvm-3.18
- 使用支持向量机对数据进行非线性分类,通过修改核函数径向基函数的参数来做模型-Using support vector machine (SVM) to nonlinear classification of data, by modifying the parameter of kernel function of radial basis function model
omp-column
- 基于字典学习的语音增强中稀疏编码计算稀疏矩阵的一种算法,称作OMP。与一般的OMP不同,本程序针对列向量进行计算,结合给出的总体程序以及KSVD of speech enhancemant.rar文件可以进行字典学习语音增强。-Enhanced sparse coding algorithm to calculate a sparse matrix, called the dictionary-based learning OMP voice. OMP different with the ge
elf_aux
- Scan the Elf auxiliary vector provided by the host to extract information about vsysca-page, etc.
Untitled2
- 这个例子展示了用MATLAB(IQ)创建一个复杂的基带信号,下载这个信号到矢量信号发生器、射频载波信号的上转换,和射频信号的生成。下载的信号和控制仪器使用仪器控制工具箱™ ,它支持通过接口沟通工具和驱动。-This example shows the creation of a complex baseband (IQ) signal with MATLAB® , the download of this signal to a vector signal generator,
AdaBoostL2SVR
- 支持向量机的混沌是假序列预测研究,支持最小二乘法的向量机-SVM is a false prediction of chaotic sequence, least squares support vector machine
SVM
- support vector machine
DArray(Sample)
- 用c++类实现动态数组,体现类的封装。基本实现了vector的功能-With c dynamic array, reflecting the class package