资源列表
WaterFillingAlgorithm
- 一种WaterFillingAlgorithm,资料全面,解析透彻,对学习的人很有帮助!
mandelbrotdemo
- mandelbrot 分型图的仿真与绘制。mandelbrot.m, mandelbrotdemo1.m, mandelbrotdemograph.fig
RLEencoding
- A simple (de)compression program using Run Length Encoding. Compression is done that easy: compressedData = rle(originalData) Decompression: originalData = rle(compressedData)
Line_code_english
- Simulation of digital baseband modulation,it is very good for the users to deepen their understanding
dataanalysis
- 数值分析matlab源码,并带有详细设计说明,执行效率较高
LearningtheKalmanFilter
- When I first studied Kalman filtering, I saw many advanced signal processing submissions here at the MATLAB Central File exchange, but I didn t see a heavily commented, basic Kalman filter present to allow someone new to Kalman filters to learn about
capon
- 基于阵列天线的CAPON和MUSIC频率谱估计仿真分析比较
1
- lms/rls的自适应均衡算法仿真源代码,两个函数打包
greymodel
- 本程序主要用来计算根据灰色理论建立的模型的预测值。 应用的数学模型是 GM(1,1)。
zuidaliusuanfa
- 最大流问题的算法,思路清晰,很值得收藏。大家赶快下载
chengcifenxi
- 层次分析系统的算法,我找了很久才找到的,很不错
pashansuanfa
- A hill climbing algorithm for finding the minimum of a function fitnessfun in the real space.