搜索资源列表
MyKmeans
- 实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)
随机信号功率谱分析
- 理解随机信号功率谱分析原理和方法。 (1) 生成信号,被淹没在在噪声中; (2) 试用周期图法估计信号的功率谱; (3) 选用不同窗,使用修正周期图法估计信号的功率谱; (4) 对一段语音信号,使用LD算法估计其功率谱; (5) 详细列出功率谱估计的步骤和原理。 -understanding of random signal power spectrum analysis principles and methods. (1) generate signals
DPLL
- 数字锁相环DPLL实例程序,帮助理解PLL的结构和详细原理-DPLL DPLL examples of procedures to help understand the structure and PLL detailed Principle
n_pca
- 模式识别PCA(principle component analysis)源码.matlab 格式。PCA为经典而且经常使用的算法。-pattern recognition PCA (principle component analysis) source. Matlab format. PCA to the classic and often use the algorithm.
FractalDim
- 盒维数MATLAB计算程序。%根据计盒维数原理编写了求一维曲线分形维数的matlab程序 function D=FractalDim(y,cellmax) %求输入一维信号的计盒分形维数 %y是一维信号 %cellmax:方格子的最大边长,可以取2的偶数次幂次(1,2,4,8...),取大于数据长度的偶数 %D是y的计盒维数(一般情况下D>=1),D=lim(log(N(e))/log(k/e)), -box dimension MATLAB pro
TSP_G
- 利用凸包的原理,求解70个城市的旅行商问题.用Matlab实现-use of convex hull of principle, solving 70 cities in the TSP. Using Matlab
controlimage1
- 分形图像压缩原始算法,包括压缩和解压。 根据Jacin的分块压缩原理-fractal image compression original algorithm, including compression and decompression. According to the sub-block Jacin compression Principle
SORxx
- 雅可比、塞德尔和SOR迭 代法的原理。代法的原雅可比、塞德尔和SOR迭代法的原理。理。-Jacobian, Seidel and SOR Diez Jacobian, Seidel SOR iteration method and the principle. On behalf of the original law Jacobian, Seidel SOR iteration method and the principle. Jimmy.
spyeffection11
- 利用Matlab程序实现蝴蝶混沌效应,该例程形象直观的再现了数值分析有关原理-using Matlab program Chaos Butterfly Effect, the routine visual image of a replay of the numerical analysis of the principle
87564grace
- 用matlab完成感知准则函数确定程序的设计,写出准则函数,详细说明实验原理。-using Matlab perceptual function for the completion of the procedures for determining the design, write guidelines function, detailed experimental principle.
signalprocess22
- 简单的信号处理,使用matlab中提共的信号处里函数,产深绿波的效果,可以用来简单介绍滤波器的原理-simple signal processing, the use of Matlab has mentioned signal the Service function, producing the effect of Deep Green Wave, a brief introduction can be used to filter the principle
LMS-auto-adapter-fiter
- 考虑一个线性自适应均衡器的原理方框图如《现代数字信号处理导论》p.275自适应均衡器应用示意图。用LMS算法实现这个自适应均衡器,画出一次实验的误差平方的收敛曲线,给出最后设计滤波器系数。一次实验的训练序列长度为500。进行20次独立实验,画出误差平方的收敛曲线。给出3个步长值的比较。-consider a linear adaptive equalizer block diagram as the principle of "modern digital signal process
shiyan2
- 本文主要阐述了DTMF的原理及如何在MATLAB上产生DTMF信号,主要涉及到电话拨号音合成的基本原理及识别的主要方法,利用 MATLAB 软件以及 FFT 算法实现对电话通信系统中拨号音的合成与识别。并进一步利用 MATLAB 中的图形用户界面 GUI 制作简单直观的模拟界面。 能够利用矩阵不同的基频合成 0 - 9 不同按键的拨号音,并能够对不同的拨号音加以正确的识别,实现由拨号音解析出电话号码的过程,完成对电话拨号音系统的简单的实验仿真。-This paper described the
pca
- 神经计算的实验作业。用principle components analysis计算模式的主分量。提取线性输入的特征。-Neural computing experiment operations. Computing model using principle components analysis of the principal component
principle-components
- principle component analysis programme
Face-Recognition-By-MatLab
- Principle component Analysis based face recognition system
SAR-principle
- 讲述了合成孔径雷达的基本原理,针对点目标模型进行了理论分析-Tells the story of synthetic aperture radar s basic principle, for a target model are analyzed in theory
Automatic-control-principle
- 自动控制原理,关于自动化控制的基本原理,是学习自动化控制的必备资料-Automatic control principle
Wiener-filtering-principle
- 验证纳纳滤波原理,给定噪声信号,进行维纳滤波,将维纳滤波后的信号与期望信号进行比较,验证维纳滤波器的性能-Wiener filtering principle
现代永磁同步电机控制原理
- 现代永磁同步电机控制原理及Matlab仿真的随书仿真模型(Control principle control model of modern permanent magnet synchronous motor)