搜索资源列表
EncodingReports
- 本程序包用标准C++实现了Huffman编码以及解码的基本类,并且通过MFC编写了测试程序,同时显示了各项压缩指标。是学习编码的基本入门资料。-this program use standard c++ to implement Huffman coding and decoding fundamental class,it is tested by a MFC program,which display compression information.it is begginer s mate
Bpriori_0
- 在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其是挖掘富模式和长模式时,Jiawei Han提出了一种新颖的数据结构FP_tree,及基于其上的FP_growth算法,主要用于有效的进行长模式与富模式的挖掘.本文在讨论了FP_growth算法的基础上,提出了用Visual C++实现该算法的方法,并编写了算法的程序。-found in the database model and th
weimin
- 读取语音信号(用matlab的wavread指令),把语音信号分帧、加窗,进行清浊分割,提取基 频,这一部分较简单,自己编程序做。参考文献自己到图书馆期刊网上查找。 提取语音信号的lpc参数,可调用lpcfit.m 程序(我提供,见附件),将源、目标语音的浊音 段的lpc系数进行DTW规整,调用pathita2.m 程序(我提供,见附件)。将规整得到的lpc系数 转换成lsp参数,调用lpcar2ls.m 程序(我提供,见附件), 再进行转换映射,调用matlab 的指令ne
Three Open Problems in AI
- 人工智能领域最基本的问题-artificial intelligence fundamental problem
A_Matlab_Tour_of_Wavelet_Programming
- This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. T
遗传算法框架程序
- 本算法采用最基本的遗传算法编写,有利于初学者掌握遗传算法的构成。-This algorithm is written by the most fundamental genetic algorithm,benefit the beginner to know the structure of genetic algorithm
PSO_basic
- 这是一个基本的微粒群算法,适合刚入门的朋友看一看。-This is a fundamental particle swarm algorithm, suitable for beginners look at the friends.
Cdma2k
- This model simulates a CDMA2000 1xRTT Forward link (between Base Station and Mobile Station). In particular, it simulates the Radio Configuration 3 of a Forward Fundamental channel. The block CDMA2k: Initial settings allows you to set different param
fundamental_martix
- 基于matlab写的计算机视觉中的基础矩阵算法,采用了强标定的方式,其中用了最小二乘法计算基础矩阵的八点法-Based on matlab written in the vision of the computer, using the fundamental matrix algorithm is strong, the calibration of the least-square method in calculating the eight points based matrix
algo8pts
- The 8 points algorithm. The linear method for estimating the fundamental matrix proposed by Longuet-Higgins 81
ComputationoftheFundamentalMatrix
- Another matlab routine for calculating the Fundamental Matrix.
sevenpoint
- Matlab function to find fundamental matrix using the seven point algorithm. Returns upto 3 solutions.
ransacF
- RANSAC implementation for fundamental matrix computation using the seven point algorithm. Returns inliers and best F estimate.
fundmatrix
- Computes the fundamental matrix from a set of image correspondences
ofdm
- 关于ofdm的基本原理的总结概括,框图和公式的总结和汇总-On ofdm summed up the fundamental principles, block diagram and a summary of the formula and summary
zixiangguanmatlab
- 基于matlab的自相关提取基频算法(结合了带通滤波,三电平削波)-Autocorrelation matlab-based fundamental frequency extraction algorithm (a combination of band-pass filter, three-level clipping)
StereoVision_FunMatrix
- 本算法在Matlab2008b 环境下实现了立体视觉中摄像机的基础矩阵计算。包括main, sevenPoint、eightpoint 和eightpoint_norm三个函数。 main.m 是程序的入口,包括生成和读入实验数据,分别调用sevenPoint、eightpoint 和eightpoint_norm 三个函数求基础矩阵,最后绘制出最后的结果。sevenPoint.m 是用7 点法求解基础矩阵。eightpoint.m 是用8 点法求解基础矩阵,eightpoint_norm.
MATLAB7_0-fundamental-Course
- 清华大学版matlab基础教程,内容详细,非常适合初学者。-This book,published by Qsinghua University Press concentrates on fundamental knowledge of matlab.It is helpful for beginners to get a general view of matlab.
MP2_FundamentalsofFrequency
- Fundamental Frequency in matlab
Fundamental-Data-Structures
- Fundamental Data Structures by