photo

Brandon Sarrasin


Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Solver

查看徽章

Feeds

排序方式:

提问


How could add noise to a music file in a way that after a certain amount of time the music file become noise free?
multiplier = 0.1; noise = randn(length(y),1).*multiplier; sound_w_noise = y+noise; sound(sound_w_noise,Fs); As of now, t...

4 years 前 | 1 个回答 | 0

1

个回答