Community Profile

photo

ali okumus


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


error in autoencoder function
Hello Everyone , i am trying to create speaker identification system with autoencoder and Neural Network .First i am trying to ...

4 years ago | 0 answers | 0

0

answers

Question


Neural Network input and targets have different of samples
Hello İ am using Neural Network apps. But ı have a problem .I add my file as input which is array(15576x14 matrix) and target ...

5 years ago | 1 answer | 0

1

answer

Question


calculate mfcc and pitch coeffients
hi everyone i am using matlab 2015b version. could anybody help me how to calculate pitch and mfcc coefficients . i know in 20...

5 years ago | 0 answers | 0

0

answers

Answered
Multiplication of sound and sinusoidal signal
Dear friends I really appreciate your concerns .i got my problem solved. thank you .

5 years ago | 0

Question


Multiplication of sound and sinusoidal signal
clc; [a,Fs]=audioread("music.wav"); %sound(a,Fs); si=size(a); t=si/Fs; t2=0:1/Fs:1; f=15000; signal=sin(2*pi*f*t2); A=a'...

5 years ago | 3 answers | 0

3

answers