-
MATLAB_statistics_40
本书介绍了matlab统计中常用算法,并提供了详细案例及其解析,书中有matlab代码,适合数学建模学习者使用。(This book introduces the matlab statistics commonly used algorithms, and provides a detailed case and its resolution, the book has matlab code for mathematical modeling learners.)
- 2015-04-16 23:21:43下载
- 积分:1
-
dijstra
实现dijstra算法,算出任意两点间的最短路径(Implementing Dijstra algorithms)
- 2019-06-13 18:15:05下载
- 积分:1
-
LTE_Link_Level_Uplink_1.0
维也纳大学开发的物理层上行链路平台,包括信道编码,码块分段,HARQ等等(The physical layer uplink platform developed at the University of Vienna)
- 2012-06-12 21:51:08下载
- 积分:1
-
fps
无线传感器网络协议仿真对比,死亡节点数随时间的变化对比,传输到基站的数据对比,网络能量消耗对比以及生命周期和稳定周期对比等(Wireless sensor network protocol simulation contrast, death nodes comparing the change with time, comparison of the data transmitted to the base station, network energy consumption and life cycle and the comparison and contrast stable period)
- 2013-07-24 22:49:49下载
- 积分:1
-
fa1
三分之一倍频程表示的短时傅里叶变换,需要时域分析工具箱(One-third octave express the short-time Fourier transform, the need for time-domain analysis toolbox)
- 2009-03-14 13:07:38下载
- 积分:1
-
Example1a
说明: 流体计算传热计算代码,matlab编写的流体力学计算和传热计算程序。-matlab prepared CFD and heat transfer (The Flow of Heat Transfer Calculation Code)
- 2011-03-06 13:26:54下载
- 积分:1
-
AC_Non_Inv_Amp
This is a matlab file which simulates ac non inv amp
- 2012-11-07 23:37:07下载
- 积分:1
-
primal_svm
实现基于主分量的svm分类器.很不错的东东(svm based on primal.)
- 2015-04-03 08:41:14下载
- 积分:1
-
anc
基于FXLMS算法的有源噪声控制源码,自己编写(FXLMS algorithm based active noise control source, their preparation)
- 2021-03-30 21:59:10下载
- 积分:1
-
数字图像处理1
说明: 任务 1 编写以两幅灰度图像为输入的 MATLAB 函数,计算下列图像差值度量:均方误
差(MSE)信噪比(SNR)峰值信噪比(PSNR)均值绝对误差(MAE)处理给定的测试图像“Lena”及其原始和后添加噪声形式。
任务 2 编写 MATLAB 函数,通过两种不同的方法将一幅灰度图像从原始大小下采样到
给定输出大小:a)直接消除像素,b)在消除像素之前进行初步图像平滑处理。用缩放系数 2:1、4:1、8:1 和 16:1 对给定的测试图像“Living.”进行处理。
任务 3 编写 MATLAB 函数,通过两种不同的方法将灰度图像从原始大小缩放到给定的
输出大小:a)像素重复使用上述方法将任务 2 中处理的图像缩放回原始大小。使用为任务 1 编写的 MATLAB 方法计算原始图像和缩放图像的 MSE 和 PSNR。将 MSE和 PSNR 分别作为大小缩减率的函数。定义对于相同的尺寸缩小比,收缩/缩放方法的组合提供最小 MSE 和最大 PSNR。
任务 5 编写 MATLAB 函数分别对测试图像“Fig0316(1)(top_.)”和“Fig0316(4)(._.)”执行直方图均衡。显示直方图均衡前后直方图的直方图。(task1
task2
task3
task5)
- 2020-01-02 19:03:28下载
- 积分:1