搜索资源列表
matlab
- 《MATLAB实用指南》系列丛书DE源代码
MATLAB
- matlab 实用教程(ppt,源代码) 包括画图 计算 变成
用PTS方法降低OFDM信号中高PAPR的MATLAB仿真源代码
- 用PTS方法降低OFDM信号中高PAPR的MATLAB仿真源代码,很实用哦,PTS method used to reduce the high PAPR of OFDM signal simulation of the MATLAB source code, it is practical Oh
matlab
- 《MATLAB实用指南》系列丛书源代码。-MATLAB
matlab
- matlab实用程序百例源代码,主要涉及图形应用、界面设计、图形处理和数值分析。-matlab source code for 100 cases of practical procedures, mainly related to graphics applications, interface design, graphics processing and numerical analysis.
MATLAB-based
- 基于MATLAB 的数值分析方面的源代码,非常实用,对于数值分析方面得研究来说-MATLAB-based numerical analysis of the source code, very useful for the numerical analysis for a study
sourcecode
- 《MATLAB实用教程》 MATLAB例程源代码 可作为电子、通信、自控等专业本科生研究生及广大科研人员的参考。 -" MATLAB Practical Tutorial" MATLAB routine source code can be used as electronics, communications, self-control and other professional researchers undergraduate students and the ge
pnn1
- PNN神经网络聚类法的MATLAB的源代码,自己编写的,很实用,希望对大家有所帮助。-PNN neural network clustering method for MATLAB source code, I have written, very practical, we want to help.
matlab
- matlab实用程序源代码,第一部分,包括很多基础源代码-matlab
matlab-example-100
- 100个实用源代码,涵盖matlab常用的5个方面-Utility source code
MATLAB-practical--material
- MATLAB实用源代码和一些资料,感觉挺有用的-MATLAB practical source code and material
untile1
- MATLAB实用源代码图像处理 -Practical MATLAB source code for image processing
MATLAB-utility-100-cases
- 数学建模案例MATLAB实用程序百例,其中包括了matlab的入门教学,与一些经典的例子(包括源代码)。-Mathematical modeling case MATLAB utility 100 cases, including teaching matlab entry, with some classic examples (including source code).
image
- MATLAB实用源代码 1.图像反转 MATLAB程序实现如下: I=imread( xian.bmp ) J=double(I) J=-J+(256-1) 图像反转线性变换 H=uint8(J) subplot(1,2,1),imshow(I) subplot(1,2,2),imshow(H) -matlab code
MATLAB-Image-Processing
- MATLAB实用图像处理源代码 图像读取及灰度变换、图像反转等 -MATLAB practical image processing source code The image reading gray transform, image reversal, etc.
MATLAB
- MATLAB实用源代码一小段 例子关于图形自编(MATLAB practical source code, a small example on the graphics self-made)
MATLAB实用源代码
- 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标
matlab实用源代码
- 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器(1. image inversion, 2. gray linear transformation, 3. nonlinear transformation, 4. histogram equalization, 5. linear smoothing filter, 6. median filter)
matlab 实例
- 数学建模案例MATLAB实用程序百例,里面包含了常用的科学计算的MATLAB的源代码(Mathematical Modeling Cases MATLAB Utilities Hundreds of Cases, Including the Source Code for Common Scientific Computing MATLAB)
MATLAB图像处理实用源代码经典珍藏
- MATLAB图像处理实用源代码——经典珍藏;图像反转;灰度线性变换;非线性变换;直方图均衡化;线性平滑滤波器;用Sobel算子和拉普拉斯对图像锐化;Canny算子检测边缘