Community Profile

photo

C PRASAD


Last seen: 10ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

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

統計

  • Thankful Level 3
  • Thankful Level 2
  • First Answer

バッジを表示

Feeds

表示方法

質問


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...

1年以上 前 | 0 件の回答 | 0

0

回答

質問


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

1年以上 前 | 0 件の回答 | 0

0

回答

質問


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

1年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

1年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


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(...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


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 ...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

2年弱 前 | 0 件の回答 | 0

0

回答

質問


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.

2年弱 前 | 2 件の回答 | 0

2

回答

質問


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 ...

2年弱 前 | 2 件の回答 | 0

2

回答

質問


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...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

2年弱 前 | 0 件の回答 | 0

0

回答

質問


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...

2年弱 前 | 0 件の回答 | 0

0

回答

質問


How Support Vector Machine Used for Classification of Signal
SVM

2年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

約2年 前 | 1 件の回答 | 0

1

回答

質問


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...

約2年 前 | 0 件の回答 | 0

0

回答

質問


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...

約2年 前 | 1 件の回答 | 0

1

回答

質問


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...

約2年 前 | 2 件の回答 | 0

2

回答

質問


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 ...

約2年 前 | 0 件の回答 | 0

0

回答

質問


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...

約2年 前 | 1 件の回答 | 0

1

回答

質問


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....

約2年 前 | 0 件の回答 | 0

0

回答

質問


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...

約2年 前 | 1 件の回答 | 0

1

回答

質問


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...

約2年 前 | 1 件の回答 | 0

1

回答

回答済み
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...

約2年 前 | 0

質問


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...

約2年 前 | 0 件の回答 | 0

0

回答

質問


Feature Extraction with Wavelet transform for an biomedical Signal like EMG Signal
I hava EMG data signals and I Would like to classify them according to their feature using Machine Learning Methods.Intially I ...

2年以上 前 | 0 件の回答 | 0

0

回答

さらに読み込む