Feeds
질문
create a chorus-effect
I've been trying to create a chorus effect in matlab. But there's something that doesn't work. I want to use this: y(n)=a*x(n) ...
대략 13년 전 | 답변 수: 1 | 0
1
답변질문
Pythagorean theorem with matrixs
Hi If you have two matrix with the same size, how do you use Pythagorean theorem at each element with the same index in both ...
대략 13년 전 | 답변 수: 1 | 0
1
답변답변 있음
Delay one speaker with imported sound
I guess it should be something like: a=wavread('wavfile') z=%something here that delays z y=a w=[y.' z.'] sound(w) end...
Delay one speaker with imported sound
I guess it should be something like: a=wavread('wavfile') z=%something here that delays z y=a w=[y.' z.'] sound(w) end...
대략 13년 전 | 0
질문
Delay one speaker with imported sound
Hi I want to import a .wav file into matlab and remake it so that one speaker is delayed. So for example I want to import a a...
대략 13년 전 | 답변 수: 2 | 0
