-
ECG_Working03
matlab心电算法,心电数据读取,低通滤波,高通滤波,基线滤波,QRS波形识别(ECG algorithm, ECG data reading, low-pass filtering, high-pass filtering, baseline filtering, QRS waveform recognition)
- 2018-09-03 16:26:42下载
- 积分:1
-
ex4 to mq4 2016
After installing the software, place the patches in the installation directory folder
Run the patch, and then use the software. Even though the software display is not registered, all functions and time limits have been broken
- 2020-06-30 17:20:01下载
- 积分:1
-
新建文件夹
Chebyshev插值:利用切比雪夫节点,构造切比雪夫函数插值函数(Chebyshev interpolation: Chebyshev interpolation function is constructed by using Chebyshev nodes)
- 2019-05-01 10:50:26下载
- 积分:1
-
无线局域网仿真
WLAN仿真-发送机
wlan No Comments
设置完系统参数后,开始产生发送数据。
1. 产生随机的发送bit(tx_bits),这里不考虑信道编码。
2. QAM映射
3. 将数据映射到不同载波,形成OFDM符号
4. 产生pilot,并将pilot插入OFDM符号中
5. 加入dc和guard子载波
6. 进行ifft,将频域信号变到时域,并加入循环前缀
7. 对信号进行overlap window
8. 在时域产生short preamble
9. 在时域产生long preamble
10. 将preamble和数据符号组成packet
11. 升采样
得到信道传输的数据Tx_signal_up
具体程序见附件 wlan_transmitter.m-WLAN Simulation- wlan No Comments transmitter system parameters set finished, the beginning to have to send data. 1. Have sent random bit (tx_bits), here does not consider channel coding. 2. QAM mapping 3. The data is mapped to a different carrier to form OFDM symbols 4. Have a pilot, and pilot inserted OFDM symbols 5. Adding dc and guard subcarriers 6. To carry out ifft, will change the frequency domain signal to time domain, and add cyclic prefix 7. the signals overlap window8. In the time domain have a short preamble9. In the time domain have a long preamble10. the preamble and data symbols packet11. or sampling re
- 2022-03-17 11:21:25下载
- 积分:1
-
智能车程序
说明: 智能车程序完整版的,包括图像处理以及舵机电机控制,希望可以一起沟通交流(Intelligent vehicle program complete version, including image processing and steering motor control, hope to be able to communicate with each other.)
- 2020-06-25 15:40:01下载
- 积分:1
-
example source code
MFC入门例子程序源代码-example source code
- 2022-02-25 16:13:40下载
- 积分:1
-
Detailed introduction matlab (Signals and Systems) the basic usage, accompanied...
详细介绍matlab(信号与系统)的基本用法,附说明-Detailed introduction matlab (Signals and Systems) the basic usage, accompanied by a
- 2022-12-12 08:10:02下载
- 积分:1
-
对博弈论模型进行仿真 MATLAB
对博弈论模型进行仿真,可以模拟出不同初始点在不同初始值时的演化路径(Simulation of Game Theory Model)
- 2020-07-04 20:20:02下载
- 积分:1
-
一段很好用的把经纬度转化为平面坐标的代码
一段很好用的把经纬度转化为平面坐标的代码-a good use put into longitude and latitude coordinates of the plane code
- 2022-03-13 01:59:32下载
- 积分: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