-
luv2rgb
LAB2RGB Convert an image from CIELAB to RGB
function [R, G, B] = Lab2RGB(L, a, b)
function [R, G, B] = Lab2RGB(I)
function I = Lab2RGB(...)
- 2010-05-14 08:26:09下载
- 积分:1
-
Image
图像反转/灰度线性变换/非线性变换/直方图均衡化,源代码.(Image reversal/gray linear transformation and nonlinear transform and histogram equalization, the source code)
- 2014-01-29 01:53:24下载
- 积分:1
-
sanleilvboqi
用于图像处理的三类边缘保护滤波器,导向滤波、双边滤波、联合双边滤波。(Three types of edge protection filter for image processing-oriented filtering, bilateral filtering, joint bilateral filtering.)
- 2014-05-01 21:56:32下载
- 积分:1
-
LQ
说明: Estimating the positions of sensor nodes is a fundamental and
crucial problem in ad hoc wireless sensor networks (WSNs).
In this paper, an accurate node localization method for WSNs
is devised based on the weighted least squares technique with
the use of time-of-arrival measurements. Computer simulations
are included to evaluate the performance of the proposed
approach by comparing with the classical multidimensional
scaling method and Cram´ er-Rao lower bound.
- 2010-09-29 13:21:00下载
- 积分:1
-
robot
实现机器人动态收敛(多点收敛),GUI界面,机器人个数自行设定,AVI生成,动态仿真!(Robot dynamic convergence (convergence of multi-point), GUI interface, the number of robots on their own set, AVI generation, dynamic simulation!
)
- 2012-01-05 12:40:29下载
- 积分:1
-
LMS语言去噪
说明: LMS语音信号去噪matlab代码,可以对一段较长的语音信号进行去噪(LMS speech signal denoising matlab code, you can denoise a long speech signal)
- 2020-05-28 22:02:46下载
- 积分:1
-
P27_randU1
用MATLAB语音实现产生线性同余伪随机数发生器(Generated using MATLAB voice to achieve a linear congruence pseudo-random number generator)
- 2009-09-16 21:08:15下载
- 积分:1
-
混沌时序多步预测函数
说明: 混沌时序多步预测函数的MATLAB程序,对于研究混沌时间序列的朋友来说是个好程序(Chaos forecast sequential multi-step procedures MATLAB functions for research chaotic time series of friends is a good procedure)
- 2021-04-06 15:29:02下载
- 积分:1
-
ProjetPattern
pattern recognition system
- 2011-05-02 17:51:13下载
- 积分:1
-
Transmission-Model
无线传感器网络定位用到的无线传输模型
Regular Model, Logarithmic Attenuation Model, DOI Model, RIM Model
(Wireless sensor network localization using wireless transmission model, Regular Model, Logarithmic Attenuation Model, DOI Model, RIM Model
Achieve functional distance and transmission attenuation swap
~~~~~~~~~~~~~~~~~~~~~~Regular Model~~~~~~~~~~~~~~~
In this model, the radio range is a circle
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ReceivedSignalStrength=SendingPower-PathLoss
e.g, RSS=Pt-Pl(d0)-10*η*log10(dist/d0)
Pt:transmit power
pl(d0):the pass loss for a reference distance of d0
ηis the path loss exponent
above parameters are saved in ../Parameters_Of_Models.mat
dist:distance between sender and receiver(m)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
typical value:Pt=0-4dBm(max),Pl(d0)=55dB(d0=1m),η(2~4)=4(indoor,outdoor)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~Logarithmic Attenuation Model~~~~~~~~~
In this model, the radio range is a circle
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ReceivedSignal)
- 2013-08-31 18:59:05下载
- 积分:1