-
figure
用matlab做的指纹识别算法,目前做到了增强,用的是linhong的算法(Matlab to do with the fingerprint recognition algorithm, the current did increase, the algorithm used is linhong)
- 2010-06-03 10:13:11下载
- 积分:1
-
SimpleColorDetection_standard
implementation of segmentation and edge detection by metlan
code is standard//
- 2014-11-26 20:28:09下载
- 积分:1
-
somtoolbox
自组织特征映射神经网络是一类无导师学习的神经网络模型可用于聚类分析(Self-organizing neural network is a kind of unsupervised learning neural network model can be used for cluster analysis)
- 2015-01-23 17:00:42下载
- 积分:1
-
Iot-positioning-simulation
RSSI算法是指根据无线传感器接受到(目标物体)的信号指示强度,计算该信号在传播中的损耗,根据理论或者经验的信号传播模型将信号强度转换成距离。但是这种算法很容易受到天气,障碍物或人员流动的影响,导致测距不精确,从而定位精度不高。但是由于RSSI算法简单,成本低廉,很多无线通信模块提供RSSI值,所以RSSI算法依然应用在众多领域中。(RSSI algorithm is based on wireless sensor to receive the signal intensity (objects), calculate the signal in the transmission loss, according to the experience of the theory or the signal propagation model will be converted into a distance of signal strength.But this algorithm is very vulnerable to weather, obstacles or the influence of the flow of people, lead to range is not accurate, thus positioning accuracy is not high.But because the RSSI algorithm is simple, low cost, a lot of wireless communication module provides RSSI values, so the RSSI algorithm is used in many fields.)
- 2016-04-26 23:03:44下载
- 积分:1
-
miusen
相关分析过程的matlab方法,采用累计贡献率的方法,混沌的判断指标Lyapunov指数计算。( Correlation analysis process matlab method, The method of cumulative contribution rate Chaos indicator for Lyapunov index calculation.)
- 2016-05-11 22:06:28下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
matlab50
matlab 经典仿真50 例子
各类变频器仿真 控制(Matlab classic 50 simulation examples
Control of inverter simulation
)
- 2013-05-02 16:25:47下载
- 积分:1
-
mvdr_5141040
最坏情况鲁棒自适应波束形成优化。实际应用中,由于阵元位置的细微偏差、阵元之间的幅度相位响应也不可能完全相同、以及有限采样效应等因素,使得实际的方向矢量与其理想值之间存在误差,严重影响了波束的性能。针对这一问题,论文作者在最坏情况下自适应波束形成方法进行研究,并作比较。(Worst case robust adaptive beamforming optimization. In practical applications, the errors between the actual direction vector and its ideal value are caused by the slight deviation of the element position, the impossibility of identical amplitude and phase responses between the elements, and the limited sampling effect, which seriously affects the performance of the beam. In order to solve this problem, the author of this paper studies and compares the adaptive beamforming methods in the worst case.)
- 2021-01-04 17:38:55下载
- 积分:1
-
untitled
在matlab环境下,实现加密解密算法中的DES算法的源代码,以及GUI界面的生成(In the matlab environment, the realization of encryption decryption algorithm of DES algorithm source code, and the generation of GUI interface)
- 2015-04-21 15:41:54下载
- 积分:1
-
offplane1dte
带有三种媒介的周期性结构层的一维光子晶体特横电场模带隙的平面波模拟(Three kinds of media with periodic structure layer of a special te-dimensional photonic crystal band gap of the plane wave model simulation)
- 2009-10-20 22:05:07下载
- 积分:1