Community Profile

photo

Mustafa Mustafa


Last seen: 1년 초과 전 2022년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How can I use or insert signals in neural network recognition after extract features using wavelet scattering?
I want to extract features of ecg signals and then use it in neural network recognition app, but I couldn't.

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to do feature extraction using wavelet scattering and then perform neural network classification?
% I want to do feature extraction for signals and then apply ANN classification on them,, can you help please? Fs = 50; s...

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to save multiple vector signals in one variable using wavelet Denoising?
for i = 1:60; x = y(i,:) ; F = wden(x,'rigrsure','s','mln',5,'db5'); end %It only save the last filterd...

1년 초과 전 | 답변 수: 1 | 0

1

답변