-
电机振动电流信号采集
Labview双通道信号采集,实现双通道同时采集与数据保存,简单易用(Labview dual channel signal acquisition, double channel simultaneous acquisition and data storage, simple and easy to use)
- 2017-11-20 12:57:40下载
- 积分:1
-
小波域数字图像水印算法MATLAB实现代码
小波域数字图像水印算法MATLAB实现代码-wavelet domain digital image watermarking algorithm in MATLAB code
- 2022-08-07 15:29:02下载
- 积分:1
-
sqlite-source-3_6_6_2
说明: sqlite的最新源码
This ZIP archive contains preprocessed C code for the SQLite library as individual source files. It is strongly recommended that the amalgamation above be used instead of this package(sqlite latest source This ZIP archive contains preprocessed C code for the SQLite library as individual source files. It is strongly recommended that the amalgamation above be used instead of this package)
- 2008-11-29 16:13:56下载
- 积分:1
-
一个简单的留言板,比较简单实用。可以方便的修改为您自己界面!...
一个简单的留言板,比较简单实用。可以方便的修改为您自己界面!-A simple message board, more simple and practical. Changes can easily interface to your own!
- 2022-04-17 07:06:29下载
- 积分:1
-
测试蓝本,请留意,功能很全的,可以参照,减少工作量。
测试蓝本,请留意,功能很全的,可以参照,减少工作量。-testing blueprint, please note that the very function of the whole, it can refer to reduce the workload.
- 2022-05-20 06:13:58下载
- 积分:1
-
HTML5 css3实现安卓小人图标
HTML5 css3实现安卓小人图标,动画版的Android图标,那个图标会动的,会旋转,会伸胳膊,呵呵,很强大。CSS3超强大哦,甚至可以用它来制造出一个漂亮的图标来,不相信就下载本HTML5代码一看究竟,仿制出Android安卓手机图标开机画面的图标。
- 2022-03-24 02:42:22下载
- 积分:1
-
最佳适应算法 信安 陆华锋 20022638
最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。(best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best" means the operation of each memory allocation, always meet requirements, and also the smallest area allocated to idle operations, to avoid "a waste of talent." To speed up the search, the algorithm requires that all leisure district according to content from small to large order of the formation of a regional chain idle. So, the first found to meet the requirements of the free zone will be the best.)
- 2005-07-04 08:18:40下载
- 积分:1
-
CTI applications, mainly used in automatic voice response, the development of te...
CTI应用,主要应用于自动语音应答,开发技术比较成熟,在国外应用比较多.-CTI applications, mainly used in automatic voice response, the development of technology and more mature, more applications in foreign countries.
- 2022-07-11 03:02:03下载
- 积分:1
-
121
自适应波束形成中的采样矩阵逆算法(SMI) 程序基于窄带自适应波束形成编写,QQ日志发表源码程序,结合易语言编码转换支持库和脚本语言支持组件,实现QQ日志的发表很适合初学者学习使用(The adaptive beamforming algorithm in the sampling matrix inversion (SMI) program narrowband based adaptive beamforming, QQ log published source program, combined with easy language encoding conversion support library and script language support components, realize QQ log published very suitable for beginners learning to use)
- 2020-06-28 18:40:02下载
- 积分:1
-
pn_eegPLV
说明: 计算EEG数据集的锁相值(PLV)。
%
%输入参数:
eegData是3D矩阵numChannels x numTimePoints x numTrials srate是EEG数据的采样率filtSpec是用于在期望的感兴趣频带中过滤EEG信号的滤波器规范。 它是一个具有两个字段的结构,顺序和范围。
范围指定频带的限制,例如,对于伽马频带,使用filtSpec.range = [35 45]。 在filtSpec.order中指定FIR滤波器的顺序。 一个有用的经验法则可以包括约4到5个周期的所需信号。 例如,对于以500Hz采样的eeg数据,filtSpec.order = 50对应于100ms并且包含~4个周期的γ波段(40Hz)。(Computes the Phase Locking Value (PLV) for an EEG dataset.
%
% Input parameters:
% eegData is a 3D matrix numChannels x numTimePoints x numTrials
% srate is the sampling rate of the EEG data
% filtSpec is the filter specification to filter the EEG signal in the
% desired frequency band of interest. It is a structure with two
% fields, order and range.
% Range specifies the limits of the frequency
% band, for example, put filtSpec.range = [35 45] for gamma band.
% Specify the order of the FIR filter in filtSpec.order. A useful
% rule of thumb can be to include about 4 to 5 cycles of the desired
% signal. For example, filtSpec.order = 50 for eeg data sampled at
% 500 Hz corresponds to 100 ms and contains ~4 cycles of gamma band
% (40 Hz).)
- 2019-04-23 20:00:42下载
- 积分:1