-
Copula
Copula理论及应用实例,附有代码和应用实例,直接可以生成结果(Copula theory and application examples)
- 2015-01-12 17:36:17下载
- 积分:1
-
(9999999999)
genetic a cromozom of 9
- 2011-10-27 21:46:50下载
- 积分:1
-
CDMA_smart_antenna_system_blind_adaptive_algorithm
CDMA系统中智能天线盲自适应算法的研究,应该会有帮助的(CDMA smart antenna system, blind adaptive algorithm)
- 2009-02-08 17:12:38下载
- 积分:1
-
bpsk_r
BPSK的R参数分析归一化,求瞬时平方包络均值(BPSK Analysis of the R parameters normalized, and the instantaneous mean-square envelope)
- 2009-05-12 23:06:17下载
- 积分:1
-
genetic-algorithm-of-matlab
遗传算法的matlab实现的多个实例介绍及实现(The introduction and implementation of multiple instances of matlab implementation of the genetic algorithm)
- 2012-08-11 17:24:10下载
- 积分:1
-
Simulink-model-of-a-PV-array
This file is very important for student ....
- 2014-02-18 00:16:00下载
- 积分:1
-
Usibgebipolen
单极性PWM控制方式Simulink仿真,很简单,便于电力电子初初学入门者学习,里面还加了一个模拟滤波器,也很简单,但想法非常重要
(Unipolar PWM control mode Simulink simulation is very simple, easy beginner beginners to learn the beginning of the power electronics, which also added an analog filter is also very simple, but the idea is very important)
- 2012-07-17 21:25:36下载
- 积分:1
-
zzznnssspp
智能视觉监控利用计算机视觉技术在不需要人为干预的情况下,通过对摄像
头拍摄的图像序列的自动分析实现对被监控场景中的运动目标检测、识别和跟踪,
并在此基础上分析和判断目标的行为,涉及到网络通信、图像处理、数据压缩、
人工智能等多项技术
(Intelligent visual surveillance using computer vision technology in without the need of human intervention, the camera
头拍摄的图像序列的自动分析实现对被监控场景中的运动目标检测、识别和跟踪,并在此基础上分析和判断目标的行为,涉及到网络通信、图像处理、数据压缩、
Automatic image analysis of sequence header shot of the moving target detection, recognition and tracking in the scene to be monitored, and based on the analysis and judge the behavior of the objects, relates to the network communication, image processing, data compression,
人工智能等多项技术
Artificial intelligence technology
)
- 2014-09-09 14:51:39下载
- 积分:1
-
VC_Matlabairconditon
VC_Matlab air conditon主要讲述了基于VC 和Matlab环境下的空调设计方案(VC_Matlab air conditon mainly about VC and Matlab environment based on air-conditioning design)
- 2010-09-17 17:07:31下载
- 积分:1
-
FFT
脑波FFT变换
调用格式见m文件头部说明(下边也复制了一份)
有配套.DLL.h.lib.ctf文件,可以在C或C++环境中调用
------------------------------------
保存为FFT.m文件
输入参数: N:进行FFT变换的点数(要求是2的N次幂);
fs:信号的采样频率(frequency of simpling)
sig:进行FFT变换的数组(一维)。
输出参数: f_sig:变换后的信号(一维数组)
E_delta、E_theta 、E_alpha、E_beta分别表示δθαβ相应频段的能量加和。
other为其余频段的能量加和(供参考用)
--------------------------------------------------------------------------
function[ f_sig ,E_delta , E_theta , E_alpha , E_beta , other ] = FFT( N , fs , sig )(EEG FFT transform is called m file format, see head illustrate the matching DLL files, you can be C or C++ to call------------------------ simpling) sig: to FFT transform array (one dimension). Output Parameters: f_sig: transformation of the signal (one-dimensional array) E_delta, E_theta, E_alpha, E_beta δθαβ, respectively, the energy increases and the corresponding frequency band. Other for the rest of the energy band increases, and (for reference) -------------------------------------------------------------------------- function [f_sig, E_delta, E_theta, E_alpha, E_beta , other] = FFT (N, fs, sig))
- 2009-11-07 20:27:52下载
- 积分:1