sam van Bohemen
Followers: 0 Following: 0
Feeds
提问
Accepting and rejecting values in numeric array
I am analysing ECG data. I have a numeric array containing two colums. The first column contains the location of detected ECG p...
4 years 前 | 1 个回答 | 0
1
个回答提问
deleting numbers in cell array
I have a 32x5 cell array. I want to delete all numbers (+/- 3 either side of each number) that do not appear in every column. ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Deleting Cells in Matrix
I have a Matrix 32x5 Looking at every row one at a time. Am I able to delete all cells that are 3 greater or 3 less than the o...
5 years 前 | 0 个回答 | 0
0
个回答提问
Detecting and Aligning ECG Peaks
I am recording ECG signals from 5 electrodes, resulting in 5 ECG traces (x,y,c,d,e) I have been using the findpeaks function to...
5 years 前 | 0 个回答 | 0
0
个回答提问
Help with loop script
I have created a loop script to calculate peak amplitude for ECG data x is the data file TS is the total number of data points...
5 years 前 | 1 个回答 | 0
1
个回答提问
Shortening Matrix to specific number
I have a matrix 139776 x 1. I need to shorten the matrix to 138240 x 1. How can I do this? Also, Is there a way to shorten the...
5 years 前 | 1 个回答 | 0
1
个回答提问
Producing outputs from loop
I have a matrix (xMatrix: 128 x 1068). I want to run my find peak code for all 1068 columns of the matrix to calculate the peak ...
5 years 前 | 1 个回答 | 0
1
个回答提问
creating a matrix from a column vector
I want to analyse some EEG data by breaking the total samples into 1 second segments. The total number of samples for each chann...
5 years 前 | 2 个回答 | 0
2
个回答提问
reducing noise to calculate peak amplitude
I am trying to calculate the peak amplitude of spikes in an EEG trace. I have been using the findpeak function to calculate the ...
5 years 前 | 1 个回答 | 0
1
个回答提问
ECG R wave amplitude calculation
How can I calcualte the amplitude of R-waves in a ECG signal?
5 years 前 | 1 个回答 | 0