搜索资源列表
模糊C-均值(FCM)聚类算法Matlab实现
- 模糊聚类是一种重要数据分析和建模的无监督方法。简单概述模糊聚类的概念,介绍模糊C-均值(FCM)算法,并在matlab软件上对该算法进行仿真,结果表明,该算法设计简单,应用范围广,但改算法仍存在容易陷入局部极值点等问题,还需进一步研究
Matlab数学建模算法全收录(数学建模比赛必备参考资料).rar
- Matlab数学建模算法全收录(数学建模比赛必备参考资料).rar
EMM盲运动模糊图像的恢复
- 摘 要 盲图像恢复的主要困难是信息不足,而为了恢复图像和确定点扩散函数需要适当的先验知识。解决这个问题的法、 法以及正则化方法等。但是这些方法的计算量都太大,针对上述方法的不足,文章提出了一种恢复图方法有图像的新算法,它通过恢复残差的最小化和后验概率的最大化来估计参数和恢复图像。其中,巧妙地利用了最陡梯度法和 共轭梯度法的迭代求解。对由于运动造成的模糊图像,可以明显地改善图像的质量,实验结果证明,在对模糊操作没有严格限制的情况下,仍可得到较好的恢复图像。,: : 2$*/<$ I?E
LMS
- 最小均方差(LMS)滤波器时延估计算法的Matlab实现-Matlab achieve minimum mean square (LMS) filter delay estimation algorithm
SC_FDE_system_frequency-domain-equalization-algori
- 。本文研究了SC-FDE系统中的最小均方误差判决反馈 均衡(MMSE-DFE)和基于LMS准则的自适应均衡算法, MATLAB仿真表明,由于LMS自适应均衡算法能有效的跟 踪信道变化并更新均衡器的抽头系数,其性能略优于最小 均方误差判决反馈均衡算法。-. In this paper, the SC-FDE system, the minimum mean square error decision feedback Equalization (MMSE-DFE) and
rs73
- RS(7,3)编解码,采用IBM译码算法,此算法简单易懂,易于用硬件实现-RS encoder and decoder
CS-algorithms--and-their-papers
- 最全的cs重构算法matlab代码及其参考文献,包括BP,COSAMP, Cotourlet, CURVELET, DWT, GPSR, Grouplet, MP, OMP, ROMP, SP, StOMP等-Contain almost all the algorithm of Compressed Sensing(CS):COSAMP, Cotourlet, CURVELET, DWT, GPSR, Grouplet, MP, OMP, ROMP, SP, StOMP and so on
CS_SP
- SP(subspace pursuit)算法是压缩感知中一种非常重要的贪婪算法,它有较快的计算速度和较好的重构概率,在实际中应用较多。本文给出了SP算法的matlab代码,以及相应的测试函数。-SP (subspace pursuit) compression algorithm is a very important perception greedy algorithm, it has a faster calculation speed and better reconstruction
STBC.m
- 最大似然译码算法在Alamouti方案中的应用。理论上推导出发射天线数为2接收天线为的Alamouti方案与发射天线为1接收天线为2的最大比合并(MRC)接收分集的分集增益相同。并通过Matlab对系统进行了仿真,验证了理论分析的正确性。-Maximum likelihood decoding algorithm in Alamouti Scheme. Theoretically antenna number 2 to the receiving antenna and transmitting
bqint
- 包含了阵列信号处理的常见算法,一种流形学习算法(很好用),利用matlab写成的窄带噪声发生。- Contains a common array signal processing algorithm, A fluid manifold learning algorithm (good use), Using matlab written narrowband noise occurs.
eipqr
- 相关分析过程的matlab方法,ICA(主分量分析)算法和程序,Gabor小波变换与PCA的人脸识别代码。- Correlation analysis process matlab method, ICA (Principal Component Analysis) algorithm and procedures, Gabor wavelet transform and PCA face recognition code.
fan-V3.2
- 计算多重分形非趋势波动分析matlab程序,随机调制信号下的模拟ppm,一种流形学习算法(很好用)。- Calculation multifractal detrended fluctuation analysis matlab program, Random ppm modulated analog signal under A fluid manifold learning algorithm (good use).
qhbyc
- 最大似然(ML)准则和最大后验概率(MAP)准则,music高阶谱分析算法,现代信号处理中谱估计在matlab中的使用。- Maximum Likelihood (ML) criteria and maximum a posteriori (MAP) criterion, music higher order spectral analysis algorithm, Modern signal processing used in the spectral estimation in matla
uihnc
- Matlab实现界面友好,借鉴了主成分分析算法(PCA),图像的光流法计算的matlab程序。- Matlab to achieve user-friendly, It draws on principal component analysis algorithm (PCA), Image optical flow calculation matlab program.
7520
- ICA(主分量分析)算法和程序,计算加权加速度,matlab开发工具箱中的支持向量机。- ICA (Principal Component Analysis) algorithm and procedures, Weighted acceleration, matlab development toolbox support vector machine.
MATLAB编程
- (1)首先对你所面临的问题进行精确描述,即你遇到的到底是什么问题 (2)定义输入输出量,即我们的目的和现有的条件 (3)设计算法,逐层分解,逐步求精,这是做事谋的一个过程,大部分人做事出错就 出在这个地方,懒得到逐层分解,逐步求精,总是妄想一步登天。 (4)把算法转化为MATLAB 语言,这一步是踏踏实实做的过程,没有这一步你什么 也做不成。 (5)检测程序,我们做的东西是否正确,不正确检测错误。这一步是需要耐心的,不 要怕错误,每一次检测都会让你提高。做事时,不要因一些错误而畏缩