its not work ?

3 次查看(过去 30 天)
Amir Azadeh Ranjbar
clear;clc
filename='2_5.m4a';
[speech,fs] = audioread(filename);
a=audioplayer(speech,fs);
win = hamming(0.05*fs,"periodic");
detectSpeech(speech,fs,Window=win);
s=detectSpeech(speech,fs,Window=win);
for i=size(s,1)
word{1,i}=speech(s(i,1):s(i,2));
end
  1 个评论
KSSV
KSSV 2022-6-3
Where is is not working? What error you are getting?

请先登录,再进行评论。

回答(1 个)

Amir Azadeh Ranjbar
ohhh.....i got it now
for i=1:size(s,1)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by