-
SimpleNN
Neural networks application matlab
- 2012-04-29 16:24:00下载
- 积分:1
-
test0
这是一个很好的控制台应用程序,可以方便的在其中添加模块。(This is a good console application, you can easily add modules where.)
- 2014-09-10 09:44:15下载
- 积分: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
-
cum4x
CUM4X用于计算四阶统计量 CUM4X Fourth-order cross-cumulants.
(CUM4X used to calculate the fourth-order statistics)
- 2015-02-16 18:35:52下载
- 积分:1
-
Archive
A Matlab function for calculating heart rate and average amplitude from ECG signal or heart pulse.
Input: ECG signal or pulse
Return: Number of heart beats per minute and Average amplitude
- 2012-11-25 00:04:31下载
- 积分:1
-
zaoshengxiaochuqi_zhenshi_2_LMS
基于采用抽样函数的变步长LMS算法是实现的噪声消除器(The use of sampling function based on variable step size LMS algorithm is the realization of the noise canceller)
- 2010-12-21 20:14:27下载
- 积分:1
-
OMP
用于压缩感知的OMP算法,很经典。。。。(OMP algorithm used in CS)
- 2011-01-07 15:08:52下载
- 积分:1
-
amga.cec09
hybrid Archive-based Micro Genetic Algorithm (AMGA) on
a set of bound-constrained synthetic test problems is reported.
The hybrid AMGA proposed in this paper is a combination of a classical gradient based single-objective optimization algorithm and an evolutionary multi-objective optimization algorithm.
- 2011-11-13 08:37:38下载
- 积分:1
-
MOVING OBJECT DETECTION USING MATLAB
在基于前景检测的基于移动物体检测和车辆跟踪算法的实现中,针对广泛的应用来实现读取AVI文件,并将其分解为R,G和B组件。 执行各种操作并检测移动物体。 各个阶段的阈值决定了识别某些尺寸的移动物体的可能性。 移动物体也在其中跟踪。 MATLAB用于实现算法。 该算法用包含120帧的输入avi格式视频文件进行测试。 研究并实现了这些算法的各种应用。(In this foreground detection based moving object detection and vehicle tracking algorithm is implemented targeting a wide class of applications. An AVI file is read and it is decomposed into R, G and B components. Various operations are carried out and the moving objects are detected. Thresholds at various phases are decide the possibility of identifying the moving object of certain sizes. Moving objects also tracked in it. MATLAB is used for implementation of the algorithm. The algorithm is tested with input avi format video files consisting of 120 frames. Various applications of these algorithms are studied and implemented. Main focus is given on (unmanned aerial vehicle) UAV based and automatic traffic estimation applications)
- 2017-08-18 10:45:23下载
- 积分:1
-
instfreq
求瞬时频率必不可少,MATLAB系统不自带的,下载后放在MATLAB到toolbox,然后在EMD文件夹下,更新MATLAB路径即可。运行emd即可出现频谱分析图。(It is necessary to find the instantaneous frequency. The MATLAB system does not come with it. After downloading, it is placed in the MATLAB to toolbox. Then, under the EMD folder, the MATLAB path can be updated. The spectrum analysis diagram can appear when EMD is run.)
- 2020-06-19 01:40:01下载
- 积分:1