-
Matlab-pulse-code-modulation
基于Matlab的脉冲编码调制(PCM)系统设计与仿真(Based on Matlab pulse code modulation (PCM) system design and simulation)
- 2013-05-12 21:13:18下载
- 积分:1
-
matlab6.5chengxu
第一章 MATLAB6.5 基础
第二章 MATLAB 图形绘制基础
第三章 MATLAB 图形对象
第四章 MATLAB 图形对象操作
第五章 GUI 设计
第六章 MATLAB 特殊图形的绘制
第七章 MATLAB 高级绘图功能】
第八章 数字图像原理
第九章 MATLAB 图像显示与色彩
第十章 MATLAB 图像正交变换
第十一章 滤波器的设计
第十二章 MATLAB 图像运算
第十三章 MATLAB 图像增强
第十四章 图像复原
第十五章 图像分析
第十六章 数学形态学操作
第十七 章 图像编码与压缩(Chapter I Chapter II MATLAB6.5 basic foundation MATLAB Rendering graphic object MATLAB Chapter III Chapter IV MATLAB graphics object to operate GUI Design Chapter V Chapter VI MATLAB graphics rendering special MATLAB Chapter VII of the advanced graphics features】 figure eight chapters Image Principle IX MATLAB image display and color images MATLAB Chapter X Chapter XI filter orthogonal transformation design Chapter XII Chapter XIII MATLAB image computing MATLAB Image Enhancement Image Restoration Chapter XIV Chapter XV of image analysis Chapter XVI Chapter XVII operation of mathematical morphology image coding and compression)
- 2009-03-20 21:24:05下载
- 积分:1
-
robotcontroladaptive
adaptive control robotmanipulator in m file Matlap
- 2010-07-22 23:31:46下载
- 积分:1
-
zuixiaoerchengfa
本程序实现了各种不同形式的最小二乘算法的功能,程序运行效率很高。(The program functions to achieve the least-squares algorithm, run with high efficiency.)
- 2011-11-10 11:43:22下载
- 积分:1
-
dcmot0
Transient running operation of Dc Machine.
- 2012-10-15 13:05:42下载
- 积分:1
-
Easy-Matlab-code-for-wireless-neteorks
This is a matlab code for introduction to wireless systems. The code is suitable for beginners who want to understand how wireless networks ares simulated.
- 2015-02-20 18:02:53下载
- 积分:1
-
monostatic-Doppler-cvompensation
单基地多普勒补偿,可实现单基地的多普勒补偿(Doppler compensation of monostatic)
- 2015-11-13 09:46:29下载
- 积分:1
-
nbvp
A n-point BVP solver. Very useful for BVPs.(Very useful for BVPs.)
- 2010-08-09 23:40:33下载
- 积分:1
-
kmeans
说明: k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。(The k-means algorithm accepts the input k; then divides n data objects into k clusters in order to make the obtained cluster satisfy: the similarity of objects in the same cluster is high; and the similarity of objects in different clusters Smaller.)
- 2020-04-27 15:23:24下载
- 积分:1
-
exact_alm_rpca
RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)(The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.)
- 2010-11-02 14:03:12下载
- 积分:1