HelpAStudent
Followers: 0 Following: 0
Statistics
35 Questions
0 Answers
RANK
90 170
of 295 467
REPUTATION
0
CONTRIBUTIONS
35 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to filter an EEG signal from eye blinking, electrodes movement and calculate the evoked potential?
Hi this is my code: can you help me, because the filtering does not work load 'eeg4.mat' sig = eeg; fs = 256; t=linspace(0...
mer än ett år ago | 1 answer | 0
1
answerQuestion
How to compute the HRV and peak extraction in ECG?
Can you help me to compute the HRV and detection of the peaks from this code: load sig_ecg.mat Fs = 300; L = numel(sig); ...
mer än ett år ago | 1 answer | 0
1
answerQuestion
How to calculate Power Spectral Density using Welch, Periodogram, Yule-Walker, and Burg Methods in ecg?
Hello! I have a signal that has been filtered using a specific code. I'm looking for assistance in calculating the power spectra...
mer än ett år ago | 1 answer | 0
1
answerQuestion
How to Remove the baseline wander from ECG?
Hello there! I've noticed a similar question posted in the community, so I kindly request that you refrain from providing a gene...
mer än ett år ago | 1 answer | 0
1
answerQuestion
How to calculate the heart rate from an ECG signal?
Hi, I have for example this ecg signal from how I did the plot in time: load 'sig.mat' fs = 300; t=linspace(0,length(sig)/fs...
mer än ett år ago | 1 answer | 0
1
answerQuestion
How to analyze and process signals: Loading, nature identification, artifact extraction, non-stationarity modeling, synthetic signal generation, and wavelet filtering?
How can I effectively analyze and process a signal using MATLAB, considering the following tasks: Loading a signal from the "si...
mer än ett år ago | 1 answer | 0
1
answerQuestion
How to proper filter an EMG?
How can I plot the signal from the file "sigtest230504.mat" in MATLAB with a sampling frequency of 1000Hz and identify any artif...
mer än ett år ago | 0 answers | 0
0
answersQuestion
How can I distinguish from an unfiltered signal an eeg signal from an emg one?
Could you please provide guidance on how to plot the signal from the file "sigtest230504.mat" in MATLAB with a sampling frequenc...
mer än ett år ago | 1 answer | 0
1
answerQuestion
How I make a better pre-processing for machine learning?
Hi! I have a data set with different features of data (size 1950x22). With this I have to develop an algorithm through machine l...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
How can I replace the value of an outlier rather than delete it?
Hi! I have used this method to find and eliminate the outliers from a gaussian feature of my data set: figure; plot(Fetal_tabl...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
How do I confront the outliers from two different methods?
Hi! I have used two different methods to remove outliers from a certain data set. Here they are below: %Grubb's test figure; ...
mer än 2 år ago | 0 answers | 0
0
answersQuestion
How I change the name of the variables in a table?
Hi! I have a table like that: Movement_Table = table(Fetal_table.fetal_movement, Fetal_table_tot.r_prolongued_decelerations, F...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
How I categorize a features?
Hi! I have a dataset like the histogram here: with some data around 0, some other around 1, 2, 3, 4 and 5. I would like to mak...
mer än 2 år ago | 2 answers | 0
2
answersQuestion
How do I confront the value of a matrix?
Hi, I have a matrix 21x6 I have for rows 16:20 confront the column: for example for the first rows to analyze: (ROW 16) (Co...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
How do I find the instersection on my plot?
I have a plot with the errorbar. The data coming from a matrix 21x6 and the errorbar from another matrix. I need to find where (...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
How do I draw a horizontal line at a fixed height on the y axis and print the coordinates of the points I intercept?
Hi, I have a matlab plot with 6 curves (or functions). My y-axis ranges from 0 to 255. My x-axis ranges from -20 to 20. How ...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
How do I change the values of the axes?
Hi I have this plot: figure; errorbar(y,e,'-o') legend('Cist -9dB', 'Cist -6dB', 'Cist -3dB', 'Cist 3dB', 'Cist 6dB', 'Cist 9d...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
How do I put the errorbar in the plot?
Hi, I have this program: My program analyzes 21 different images and crops (for each image) 6 ROIs. The ROIs are cropped from ...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
How to change the plot on the matrix?
I have a matrix 6x21, when I plot figure; plot(matrix);hold on This makes a plot with 21 curves, just like this: But I wa...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
How to plot a linear fit (or Ordinary Least Squares)?
Hi, I have to analyze some data and put them in a graphics. I have a matrix with the mean and another one (with the same size)...
ungefär 3 år ago | 0 answers | 0
0
answersQuestion
How I plot a matrix wich each rows is a different curves on the graph?
Hi, I have a 6x21 matrix. I want to plot it in one single graph in wich each rows is a different curves.
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
How can I make a better plot?
Hi, I have 5 sets of data and I want to write a script that reads my 5 matrices (1x21 double) and displays a single figure that ...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
How can I plot 5 different variable all together?
Hi, my variable all have this form: A = [18, 20, 50, 60, ...] They all have the same size 1x21 double and they are five. Ho...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
How can I save a variable from the workspace to use it for another script?
Hi, I want to save this variable for use that (and other one) in a brand new script
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
How can I repeat the same algorithm from different folders?
Hi, I have this algorithm which works perfectly. However, it only reads one folder at a time and graphs me only one curve at a t...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
How do I plot together 5 different arrays?
Hi, I have 5 different arrays from different script of matlab. Who do I save this 5 arrays (the values in the array are foundame...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
How do I create a matrix with specific values?
Hi, I have a matrix (6x21) whose values are those found experimentally. Let's call it: expbasket I want to calculate the erro...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
How I sum to matrix wich one is the mean of the value and the other the standard deviation?
you certainly know that a value in order to be defined correctly it must be defined by its mean plus or minus its standard devia...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
How to plot the value of a matrix?
Hi, I have a matrix 7x21 double, there is a way to plot the result with this imput: x axis: the columns y axis: the rows
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
How to compare the values of the same matrix?
I have a matrix 7x21 double. I need to compare each element of one column with each element of the remaining columns. By compare...
ungefär 3 år ago | 0 answers | 0