-
CS766-HDR
The objective of this project was to learn how to create high dynamic range (HDR) images from a sequence of exposures. A single exposure is limited in its dynamic range by the bit-depth of its sensors, which is usualy 8 bits per channel. This leads to saturation where regions of the image are washed out or completely black. By combining the information from multiple exposures with different shutter speeds, a larger dynamic range can be obtained and the saturated regions can be restored.
- 2013-05-05 01:48:23下载
- 积分:1
-
数据(1)
说明: DEAP 数据库
EEG_feature.txt 包含了1216个脑电信号样本的160维特征,每行为一个样本,每列为一种特征。特征从左至右分别是每个脑电电极的theta(1-32列)、slow alpha(33-64列)、alpha(65-96列)、beta(1-97128列)、gamma(129-160列)波段的脑电特征。
subject_video.txt 包含了1216个脑电信号对应的32名被试和38段视频信息,其中包含两列。第一列是对应的被试编号,第二列是对应的视频编号。
EEG_feature.txt 与 subject_video.txt和valence_arousal_label.txt中每行都是一一对应的,例如subject_video.txt的第二行就是EEG_feature.txt中第二个样本(第二行)的被试和视频信息;valence_arousal_label.txt的第二行也是EEG_feature.txt中第二个样本(第二行)的愉悦度和唤醒度标签。valence_arousal_label.txt中第一列为愉悦度标签,1代表positive,2代表negative;第二列为唤醒度标签,1代表high,2代表low。
DEAP数据库并未提供情感类别标签。(EEG dataset, including DEAP database and MAHNOB-HCI database)
- 2021-01-21 10:38:41下载
- 积分:1
-
simulated-Markov-chain
此文件,可以模拟马尔科夫链,包括原代码,以及图像(This file can be simulated Markov chain, including the original code, and images)
- 2012-01-16 11:41:16下载
- 积分:1
-
MATLAB_MST
说明: 用MATLAB实现最小生成树,可以应用在网络分簇、计算权值等多种应用场合(Using MATLAB to achieve the minimum spanning tree, can be applied to network clustering, calculation of weight and many other applications)
- 2010-04-07 11:33:12下载
- 积分:1
-
mjiaqiang1
下面是我编的一个软硬阈值去噪的matlab程序 下面是我编的一个软硬阈值去噪的matlab程序:thr=sigma*(2*lgN)1/2/lg(j+1) 用[x,xn]=wnoise(2,10,6) 产生噪声测试数据-The following is Part I of a of hard and soft threshold denoising matlab procedure is the following hardware and software, I made a threshold denoising matlab program: thr = sigma* (2* lgN) 1/2/lg (j+1) by [x, xn] = wnoise (2,10,6) noise test data(thr=sigma*(2*lgN)1/2/lg(j+1) 用[x,xn]=wnoise(2,10,6) 产生噪声测试数据-The following is Part I of a of hard and soft threshold denoising matlab procedure is the following hardware and software, I made a threshold denoising matlab program: thr = sigma* (2* lgN) 1/2/lg (j+1) by [x, xn] = wnoise (2,10,6) noise test data)
- 2012-05-20 23:01:46下载
- 积分:1
-
liti3_5
用矩阵撕裂法,多次用matlab运算,得出复杂系统的15个节点的电压(Tear voltage matrix method, repeatedly using matlab computing, complex systems derived 15 nodes)
- 2014-10-20 22:36:29下载
- 积分:1
-
4Cyclist-problem-simulation-model
4Cyclist problem simulation model
Four cyclists are at the desert. Each of them starts from a different location and tries to
reach the other ones. Cyclist 1 goes straight to cyclist 2, cyclist 2 straight towards cyclist
3 etc. such that finally the cyclist 4 goes straight towards cyclist 1. Form the equations,
build a Simulink-model and find out the meeting point of the cyclists by simulating the
system with the following initial values:
- 2011-10-25 23:01:16下载
- 积分:1
-
practicas-de-ing.-electronica
I am a researcher dedicated to developing electronic projects and providing solution to the needy
- 2015-02-11 23:23:06下载
- 积分:1
-
Matlab
MATLAB源程序,方便学习应用MATLAB(MATLAB source code to facilitate the application of MATLAB Study)
- 2009-02-19 21:37:31下载
- 积分:1
-
adaline
The Adaline is essentially a single-layer backpropagation network. It is trained on a pattern recognition task, where the aim is to classify a bitmap representation of the digits 0-9 into the corresponding classes. Due to the limited capabilities of the Adaline, the network only recognizes the exact training patterns. When the application is ported into the multi-layer backpropagation network, a remarkable degree of fault-tolerance can be achieved.
- 2010-12-08 16:56:14下载
- 积分:1