搜索资源列表
实验7-线形拟合
- 1、掌握MATLAB优化工具箱的基本用法,对不同算法进行初步分析、比较。 2、练习实际问题的非线性最小二乘拟合。-1.Understand the basic usage of Matlab optimization tool box. Analize and Compare different algorithms. 2. Practise nonliear minimum second order fitting using practical problems.
现代信号处理实验一_谐波恢复
- 此程序为MATLAB实现的现代信号处理中几种常用的谐波恢复方法,所附文档中还有理论及算法介绍(Pisarenko,ARMA)实验步骤及实验结果-MATLAB this procedure for the realization of modern signal processing used several methods to restore the harmonics, the accompanying documentation and algorithm theory also intr
EM算法
- EM算法源程序的代码,运行的结果和实验报告
Information-hiding
- 基于 DCT(离散余弦变换 )域的信息隐藏算法是目前应用最广的变换域算法 ,此类算法的最大不足是嵌信息量小。通过分析 DCT域隐藏算法隐藏容量少的原因 ,提出了一种大容量的 DCT域信息隐藏算法。算法首先对载体图像进行频谱均匀化处理 ,然后对图像进行全局 DCT变换 ,并将隐藏信息嵌入到载体图像的低频 DCT系数上 ,信息嵌入采用分段量化的方法实现 ,提取隐藏信息时不需要原始载体图像。实验结果表明 ,该算法的嵌入容量大 ,不可感知性好。-Based on DCT (discrete cosine
fft
- fft算法的具体实现,应用基2法实现,有比较好的实验结果。-fft concrete realization of the algorithm, the application base 2 method achieved a relatively good results.
matlab
- matlab 模式识别算法和实现及其相关实验。-matlab pattern recognition algorithm and the realization of the experiment
cluster
- 一种无线传感器网络分簇算法的matlab仿真实验程序,用于查看各节点剩余能量及节电存活数目-A wireless sensor network clustering algorithm matlab simulation program for viewing and saving the residual energy of each node the number of surviving
basic_PSO_with_w_c
- 带有收缩因子和惯性权重的基本PSO粒子群算法源代码。本源代码模块化编写,结构清晰,便于改进和做数值实验-With contraction factor and inertia weight PSO basic particle swarm algorithm source code. Source code modular preparation, structure, clear, easy to improve and to do numerical experiments
linearmusic
- 经典MUSIC在均匀线阵的情况。本例给出了MUSIC算法估计出的算法图,从图中可以直接看到估计的角度。我们的仿真实验用的是8个阵列,2个接受信号。MUSIC算法的精度很高。-MUSIC classic in the case of uniform linear array. In this case gives the MUSIC algorithm to estimate the algorithm maps directly from the chart to see the estimat
ESPRIT-LS-2
- 现代信号处理中对基本的ESPRIT的一种改进算法的程序,并利用算法进行了信号频率的统计仿真实验!-Modern signal processing of basic ESPRIT An Improved Algorithm for the procedures and the use of algorithms of statistical signal frequency simulation!
adaptivefir
- 自适应滤波器。自适应滤波器为11个权系数的FIR结构。(1)不同的方差σ2(2)LMS算法画出一次实验的误差平方收敛曲线,训练长度为500,给出滤波器系数;进行20次独立实验,给出平均收敛曲线。不同步长值的比较。(3)RLS算法,LMS和RLS算法的比较 -Adaptive filter. Adaptive filter weights for 11 of the FIR structure. (1) different variance σ2 (2) LMS algorithm for a
yichuanyouhuasuanfachengxu
- 遗传优化算法,能够实现自然数域内任意函数的极大值求解,效果很好。这是我的课程实验报告。-Genetic optimization algorithm, to achieve a natural function of the number of arbitrary region of great value to solve, very good. This is my experiment reports courses.
BaseOnLevent
- 基于小波的去噪算法,实验高斯加性白噪声的去噪-a denoising based on wavelet
tuxiangshiyan
- 图像中值滤波的改进算法 频域中的图像去噪算法 matlab实验-matlab experiments
matlab 蚁群算法ACO_feature_selection
- 蚁群算法用与特征选择,针对传统蚁群聚类算法收敛速度过慢的问题,提出一种对蚁群算法进行改进的聚类算法。而数据的高维使数据具有稀疏、不可聚集等特性,使聚类算法实验效果精度低和耗时大,将邻域特征选择与聚类算法结合,提出了一种蚁群聚类优化的邻域特征选择算法(Ant colony algorithm and feature selection)
模糊控制算法应用
- 通过matlab规则填写,实现了目标的跟踪控制(The tracking control of the target is realized by filling with MATLAB rules)
基2—fft算法软件实现
- 用所学过的编程语言,自行设计出一个按时间抽取的、输入倒位序、输出顺序的基-2 FFT 算法程序。要求用户的输入输出接口为可视化的界面。 (1)简述实验目的及原理; (2)画出程序流程框图; (3)主要给出实验内容的程序(要求程序模块化并加注释)。
实验
- 提供了一种图像相位恢复算法,此算法为gs算法,本代码为gs算法最基础的代码。(An image phase recovery algorithm is provided. This algorithm is the GS algorithm. This code is the most basic code of the GS algorithm.)
全相位apfft实验程序
- 全相位APFFT与传统的FFT算法对频率和相位进行估计(Frequency and phase estimation of all-phase APFFT and traditional FFT algorithm)
LM算法
- 针对两段不同音频文件进行实验对比。采用LM算法。可以直接运行,效果非常理想。