Python, C++, C, C#, R, MATLAB, SQL
Spoken Languages:
English
Professional Interests:
Statistics and Data Analysis, Biomedical Imaging, Biomedical Engineering, Biomechanics, Biomedical Signal Processing
Statistiques
RANG
2 944
of 300 791
RÉPUTATION
20
CONTRIBUTIONS
2 Questions
8 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
2
RANG
7 540 of 21 091
RÉPUTATION
130
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
2 Fichiers
TÉLÉCHARGEMENTS
5
ALL TIME TÉLÉCHARGEMENTS
1039
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Unable to Understand error: left and right side elements do not match
I think you should replace in the O_Hydrogen function this: j=japp; with this: j=japp(1);
plus de 3 ans il y a | 1
Convert epoch to human readable data and time
Have a look at datetime() using parameter "ConvertFrom": epochs = [1638351674 1638351674]; datetime(epochs, 'ConvertFrom', 'ep...
environ 4 ans il y a | 0
| A accepté
how to display an image
What about using just tiledlayout? See the attachment (code below). M = ones(400, 200); tiledlayout(1, 6, 'TileSpacing', '...
environ 4 ans il y a | 0
how can i play sounds in specific order with specific durations
Use a forcycle to run through all the notes with the appropriate durations using audioread. Also adjust each sound vector in dep...
environ 4 ans il y a | 0
Question
How to handle ECG muscle noise artifacts correctly ?
I'm trying to process ECG recordings taken by Holter (bipolar chest leads) during simulations in virtual reality. Therefore, peo...
presque 5 ans il y a | 1 réponse | 0
1
réponseFormat a large number into small decimal number
Lookup matlab built-in functions like simplify() or vpa(). This should do the work: vpa(r, 4)
environ 5 ans il y a | 0
| A accepté
Generate PDF image with 76cm x 240cm
All you have to do is put this at the end of your code: set(gcf, 'units', 'centimeters', 'PaperPosition', [0 0 240 76]) saveas...
environ 5 ans il y a | 0
| A accepté
Question
How to design a filter that removes multiple types of noise?
Hi there, I recently came across an ecg signal that I can't handle at all. My main goal is to get only R peaks from it so that ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseInsert this equation into a code
It should be like this. numerator = a*b; denominator = pow2(b*cos(cos(t))) + pow2(a*cos(cos(t))); r = (numerator/sqrt(denomi...
plus de 5 ans il y a | 1
How to apply a filter to an image?
First you need to declare and read your picture: img = imread('your_picture.bmp'); If you have already created matrices accord...
plus de 5 ans il y a | 0
| A accepté











