ali okumus
Followers: 0 Following: 0
Feeds
提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 0 个回答 | 0
0
个回答已回答
Multiplication of sound and sinusoidal signal
Dear friends I really appreciate your concerns .i got my problem solved. thank you .
Multiplication of sound and sinusoidal signal
Dear friends I really appreciate your concerns .i got my problem solved. thank you .
6 years 前 | 0
提问
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'...
6 years 前 | 3 个回答 | 0