搜索资源列表
Matlab实现现代功率谱估计
- Matlab实现现代功率谱估计 ,给出了思路和部分代码,是以份现在功率谱估计的基础材料
图像拼接源代码
- 图像拼接的具体实现代码,方便可以自己复制到matlab运行,亲自测试,可以执行。
用matlab实现自适应图像阈值分割最大类方差法代码
- 这是一个关于图像自适应阈值分割的方法--最大类方差,这是该方法实现的代码
digitalsignalprocessing
- 数字信号处理中关于快速傅立叶变换以及典型例题的matlab实现代码-Digital signal processing on the fast Fourier transform, as well as a typical example of the realization of matlab code
Carrier_Recovery_Using_a_Second_Order_Costas_Loop.
- 本文详细的介绍了一个数字科斯塔环的具体实现,并且附有matlab仿真代码,基于AM调制,以及希尔伯特变换-This paper introduces a concrete realization of digital Costas loop, and with matlab simulation code, based on AM modulation, as well as the Hilbert transform
RealSymmetricMatrixDiagonalization
- 实对称矩阵,对角化,有两篇论文,内含Matlab实现代码,在文章里的,可以直接写下来使用。测试过,还可以。-Real symmetric matrices, diagonalization, there are two papers, containing Matlab implementation code, the article can be directly used to write down. Tested, also.
LSM
- 该文档是最小二乘法进行时间序列预测使用的总结,针对不同的模型,而且还有相应的matlab实现代码。-This document is the least square method for time series prediction using summary, in view of the different model, and the corresponding matlab code.
Grnn-neural-network--Matlab
- Grnn神经网络交叉验证,matlab中可实现代码文档-Grnn nerve network cross-validation, matlab in the can be to achieve the code documentation
AES-Sbox-and-MATLAB
- AES加密算法中的S盒及其MATLAB实现,并附有关键代码-Construct the matlab code AES algorithm s box
OFDM matlab
- OFDM 系统matlab 实现,,简单好用,代码精简
matlab-DCT-watermark
- 基于离散余弦变换的数字水印嵌入以及实现代码-Embedded watermarking based on discrete cosine transform and implementation code
monte-carlo-matlab
- 利用monte carlo算法实现的一些matlab程序代码,希望对大家有用-Using some matlab code monte carlo algorithms, and we hope to be useful
FordFulkerson
- 自己写的求解网络最大流问题的Ford-Fulkerson迭代算法MATLAB实现代码-MATLAB code of Ford-Fulkerson algorithm for solving max flow problem in network
BP-neural-network-MATLAB-code
- 主要是BP神经网络的MATLAB实现程序代码,包括感应器神经网络、线性网络、BP神经网络、径向基函数网络。-Mainly MATLAB BP neural network to achieve the program code, including sensors neural networks, linear network, BP neural network, radial basis function networks
MATLAB-eradicate-noise
- MATLAB实现图像去噪 滤波 锐化 边缘检测 源程序代码 有完美的代码和运行结果图-MATLAB for Image Restoration filter sharpening edge detection source code is a perfect code and run the results in Fig.
ABC_MATLAB
- matlab abc 人工蜂群算法的的matlab实现代码。供参考!-matlab abc
卡尔曼滤波简介及其算法MATLAB实现代码
- 卡尔曼滤波简介及其算法MATLAB实现代码,详细介绍(Kalman filter and its algorithm MATLAB implementation code, a detailed introduction)
(268粒子群)《精通MATLAB最优化计算 2版》
- 一本详细的matlab优化算法教程书籍,里面由浅入深介绍了各种优化算法的原理以及相应的matlab实现代码,还有一些具体的范例计算代码,相当实用。(A detailed MATLAB optimization algorithm tutorial book, which introduces the principles of various optimization algorithms and the corresponding matlab implementation code. The
bch编码matlab实现
- 详细讲解bch编码过程及matlab实现,有程序代码,可运行,
matlab实现bch编码
- matlab实现bch编码,包括编码原理讲解和程序代码,代码已调试可运行。