Konstantinos
Imperial College London
自 2014 起处于活动状态
Followers: 0 Following: 0
PhD candidate with interest in Cardiac Electrophysiology and Digital Signal Processing.
Feeds
提问
find indices in a large array and replace them with zeros
I have an index with 10 rows and 301 columns each. I also have a digital signal with 1 X 250,000 elements. The values of the ini...
8 years 前 | 1 个回答 | 0
1
个回答已回答
Warning: Integer operands are required for colon operator when used as index
Finally the problem was solved by converting the double values into integers using the int64 function.
Warning: Integer operands are required for colon operator when used as index
Finally the problem was solved by converting the double values into integers using the int64 function.
8 years 前 | 0
| 已接受
提问
Warning: Integer operands are required for colon operator when used as index
I have a signal with multiple "pks4" points and I want to select only those elements which are between the first pks4 points - p...
8 years 前 | 2 个回答 | 0
2
个回答提问
Why I don't get any results from this code?
I run the following code: for ii = length(pks4) %repeat the following process as many times as the pks4 points are ...
8 years 前 | 1 个回答 | 0
1
个回答提问
How can I read the elements of an array backwards?
I have an array with x = 250000 elements. I want the code to read backwards a part of it: k = pks3(1):-1:1; %read data po...
8 years 前 | 2 个回答 | 0
2
个回答提问
First point smaller than threshold
I have written the following code in order to find the first point of an array which is smaller than a threshold and calculate, ...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to detect points on an electrogram based on voltage window?
I need to detect specific points on an electrogram based on a voltage window. These points will be on the boundaries of the wind...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to remove the artefacts of an electrogram signal?
I am getting electrogram recordings using a micro-electrode arrays system on cell cultures. When I analyse my electrograms on Ma...
8 years 前 | 0 个回答 | 0