Community Profile

photo

C PRASAD


Last seen: 5 días hace Con actividad desde 2021

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
Telugu
Professional Interests:
AI for Signals, Biomedical Signal Processing

Estadísticas

  • Thankful Level 3
  • Thankful Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


Where do I get the Data Set of EMG Signals with Standard features
I need to make a classification of EMG signals throgh features analysis.So that I need Standard featutres of EMG Signals.So that...

5 días hace | 0 respuestas | 0

0

respuestas

Pregunta


Where do I get the EMG Feature Sheet
I'm working on EMG classification.I got data set from Physionet like Healthy,Myopathy and Neuropathy.I found Features for three...

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


How to read multiple .bin files which are in one folder
i want to rad only .bin files and plot them using matlab

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


how to find power spectral density of signal using fft
psd using fft

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How and What features are extracted using Wavelet Packet Transform
I have and Signal of 10000*3 size.I would like to extract the features from Wavelet coefficiensts of last level. Since it is wa...

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


How to create a table and change columns to rows and also give names
I would like to generate 14*3 matrrix.i.e.rand(14,3) I want the table to be named like this.How can I do this with the help o...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I apply filer for three signal using matlab
[tm,signal1,Fs,labels]=rdmat('emg_healthy44m'); [tm,signal2,Fs,labels]=rdmat('emg_myopathy57m'); [tm,signal3,Fs,labels]=rdmat(...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Why the Accuracy is changing for same data set while using Classification learner app in MATLAB.How do I get the Accuracy same for all the time
Iam working with EMG signals .I found features of three signals and I need to use classfication learner app.When I use the same ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to Perform Fullwave Rectification?
0 1 -1 -1 0 0 0 0 0 1 1 0 1 -2 0 -1 -1 0 0 -1 -1 0 0 0 1 1 -2 1 1 1 This is the Signal I'm having .I woullike to Per...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to apply for loop?
I have a signal of 100*1 size and I have applied the below commands on the signal.Now if I have 100*3 size and I need to apply t...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to extract the frequency domain features from a Biomedical signal?
I have a biomedical signal (EMG).What is the process to extarct the Frquecy doamin characteristics of the signal (Mean Frequenc...

casi 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to Merge the cells and name?
I have the data and I would like to name and merge.The above table the data i have, the below table the table i required.

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to name rows with same names?
I have data with 336*5 size.I would like to name the first 122 rows with one name and 113 to 224 with different name and 225 to ...

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to table the data
I have the data of 5*3 size and I wolud like to name it. A=[1 2 3 4 5 6 8 9 7 1 4...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Mean and Median Frequency, Total Power ,Peak Frequency
I have three EMG signals, I found Time Doamin Features like RMS,Mean,STD etc..of that signal.Now I wolud like to find its Freque...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Mean Frequency ,Median Frequency ,Peak Frequency and Mean Power of an EMG signals
I have three EMG signals, I found Time Doamin Features like RMS,Mean,STD etc..of that signal.Now I wolud like to find its Freque...

casi 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Wavelet Analyzer for Features Extraction.....How do we use Wavelet Analyzer to Extract Features of a signal. What are the features we can extract using it
I Have a signal and I used Wavelet Analyzer to extract the features.In Wavelet Analyzer I have seen residuals(like Mean,Median e...

casi 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How Support Vector Machine Used for Classification of Signal
SVM

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do we find Frequency domain Features of Signal
I have a signal and I wolu like to find the Frequecy domain features like Mean Frequecy,Median Frequecy,Peak Frequecy, Mean Powe...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to convert a table data to numeric data without loosing data
I have a tabel data and I would like convert it to numeric data. I have used table2aray then I get the into String.But I want it...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to find the Frequency domain features of a Signal using MATLAB
clc clear all close all [tm,signal,Fs,labels]=rdmat('emg_helathy'); figure,plot(signal) https://archive.physionet.org/cgi-b...

alrededor de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to add anew column to the table using MATLAB
I have Fatures data of 30*5 of size.I would like to add a column to the table as "class" and In that class every 10 rows has to...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Use loop to Summarize the Data using MATLAB
clc clear all close all X=randi(10,12,75); Nz = 15; TopTitle = compose('H%d_Features',1:Nz); % Prepare the top title T = c...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to use support vector machine for signal Classification
let us consider three types of signal in which one of the signal is perfect and the reamaining two signal are disordered.I have ...

alrededor de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How a table columns are named using MATALB
I have a fetaure table with 5*10 size.Now I woul like to name each of the Coloumns I would like to name ecah coloumn and a...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How Wavelet transform is used for Decomposition ,Reconstruction and Feature Extraction in EMG Signal Processing
I have EMG Signals and i Would like to Exatract the signal features using Wavelet and Wavlet packet transform to classfiy them....

alrededor de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


IIR Band Pass Filter Design for Signal Noise Cancellation
I have an EMG signal and I wolud like to Supress the noise by using Filter.The Filter is Butterworth Band Pass filter with cut-o...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to save Data Individually
I Have a Data like 2000*5 i.e 2000 rows with 5 colomns. I would like to save this the data in to five varaible like x1,x2,x3...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
perform the convolution by using matlab
x=[1 2 3 5 7 9 4] h=[-1 2 -3] y=conv(x,h) subplot(411),stem(x),title('x(n)') subplot(412),stem(h),title('h(n)') subplot(413...

alrededor de 2 años hace | 0

Pregunta


EMG signal feature Extraction using Shearlet,Contourlet Transform in MATLAB
I have an EMG signal and i wolu like to classify them uisng their Features.How sharlet and Contoulet Transform are used to get t...

alrededor de 2 años hace | 0 respuestas | 0

0

respuestas

Cargar más