Programming Languages:
Python, MATLAB, Arduino
Spoken Languages:
English, Spanish
Professional Interests:
Signal Processing, Biomedical Imaging, Biomedical Signal Processing
Python, MATLAB, Arduino
Spoken Languages:
English, Spanish
Professional Interests:
Signal Processing, Biomedical Imaging, Biomedical Signal Processing
Feeds
已提交
dcaro_stacked
Creates a stacked plot of any signal. Similar to what eegplot does but in a fancier way.
10 hours 前 | 5 次下载 |
已提交
dcaro_WAAF
Wavelet-Assisted Adaptative Filter to remove Ocular Artifacts from EEG signals. Computationally efficient for Real-Time applicat...
5 days 前 | 1 次下载 |
已回答
unable to rotate the plot
Are you sure you're plotting the right thing? Look at this other example using your code. y = 0:0.1:10; x = y; theta = pi/...
unable to rotate the plot
Are you sure you're plotting the right thing? Look at this other example using your code. y = 0:0.1:10; x = y; theta = pi/...
8 months 前 | 1
已回答
Unzip to a cell array, get the csv filles
Use readmatrix for each cell. Use a for loop.
Unzip to a cell array, get the csv filles
Use readmatrix for each cell. Use a for loop.
8 months 前 | 0
已回答
How can I create multiple function handles in a for loop?
Store your function handles in a cell array. my_mat = 1:10; my_handles = cell(size(my_mat)); for t = 1:length(my_mat) m...
How can I create multiple function handles in a for loop?
Store your function handles in a cell array. my_mat = 1:10; my_handles = cell(size(my_mat)); for t = 1:length(my_mat) m...
8 months 前 | 0
已回答
EEG sequencies visualization ideas
Hi, if you're familiar with eeglab, I'd suggest you use my function: dcaro_stacked.m (I just published it, lol) It's just a fan...
EEG sequencies visualization ideas
Hi, if you're familiar with eeglab, I'd suggest you use my function: dcaro_stacked.m (I just published it, lol) It's just a fan...
8 months 前 | 0
已回答
Can't load datasets in EEGLAB using script
Hi, Elise Your code seems to run fine for me after trying it with some of my datasets. I am using EEGLAB v2021.1. However, the ...
Can't load datasets in EEGLAB using script
Hi, Elise Your code seems to run fine for me after trying it with some of my datasets. I am using EEGLAB v2021.1. However, the ...
1 year 前 | 0
已回答
ECG Segmentation and Classification using PQRST
Should I apply low-pass filters to all recordings to enhance signal quality? ECG frequencies fall in the range of 0.5 to 150 Hz....
ECG Segmentation and Classification using PQRST
Should I apply low-pass filters to all recordings to enhance signal quality? ECG frequencies fall in the range of 0.5 to 150 Hz....
1 year 前 | 0
| 已接受
已回答
how to remove warning during code generation
Add this line at the start of your code: warning('off','all')
how to remove warning during code generation
Add this line at the start of your code: warning('off','all')
1 year 前 | 0
| 已接受
已回答
how to select simulink block through keyboard
Press M, then use the arrow keys to move across blocks.
how to select simulink block through keyboard
Press M, then use the arrow keys to move across blocks.
1 year 前 | 0
已回答
HELPPP -Command Window broken after resetting
Use Ctrl+C to reset the command window.
HELPPP -Command Window broken after resetting
Use Ctrl+C to reset the command window.
1 year 前 | 0
已回答
Processing and identifying noises in EEG signal
If allowed by your instructors, you could use the EEGLAB toolbox, which is an environment bulit to analyze EEG signals. The GUI ...
Processing and identifying noises in EEG signal
If allowed by your instructors, you could use the EEGLAB toolbox, which is an environment bulit to analyze EEG signals. The GUI ...
1 year 前 | 0
已回答
Savitzky-Golay filtering on emg signal
What works best for me is just filtering the EMG signal with a lowpass butterworth filter with a very low cutoff frequency. For...
Savitzky-Golay filtering on emg signal
What works best for me is just filtering the EMG signal with a lowpass butterworth filter with a very low cutoff frequency. For...
1 year 前 | 0
已解决
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
1 year 前
已回答
obtaining heart rate from ECG signal
If you only want to estimate the heart rate, my suggestion is that you take the derivative of the ecg signal, so that R peaks in...
obtaining heart rate from ECG signal
If you only want to estimate the heart rate, my suggestion is that you take the derivative of the ecg signal, so that R peaks in...
1 year 前 | 1
| 已接受





