Feeds
回答済み
Real cepstrum in loop
Solution tab=[]; for i=0:1:d-1 g=y(((i*60)+1):((i*60)+241)); c=rceps(g); p=c'; tab=[tab; p]; en...
Real cepstrum in loop
Solution tab=[]; for i=0:1:d-1 g=y(((i*60)+1):((i*60)+241)); c=rceps(g); p=c'; tab=[tab; p]; en...
約14年 前 | 0
| 採用済み
質問
Real cepstrum in loop
Hi I have to compute a real cepstrum of .wav signal taking 20ms parts of signal, skip 5ms. Next I have to plot this in 3D usi...
約14年 前 | 2 件の回答 | 0