Community Profile

photo

Anindita Gogoi


自 2018 起处于活动状态

统计数据

Content Feed

排序方式:

提问


how to zero pad a shorter wav file to the same length of a longer wav file? how to make the length of these wav file equal by zero padding?
[x1 fs1]=audioread('1.wav'); [x2 fs2]=audioread('2.wav'); [x3 fs3]=audioread('3.wav'); n1=length(x1); n2=length(x2); n3=len...

5 years 前 | 1 个回答 | 0

1

个回答

提问


how to write a function to find the average between 3 wav files?
i have 3 wav files with different frequency and pitch. i am having difficulty is finding the average between them.

5 years 前 | 0 个回答 | 1

0

个回答