Feeds
질문
Regenerating steady noise from unsteady audio
I have a noise file such as wavynoise.wav appended here. It is a stereo audio file containing noise (traces of sinusoidal compon...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
Correcting numeric progression in array
Having A = [4 5 6 6 8] I need a matlab procedure to "correct" this numeric progression so that there are no two element...
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
combining multiple wav files into one multichannel matrix
Having a bunch of stereo wav files with the structure: 036a.wav, 036b.wav, 036c.wav ... 037a.wav, 037b.wav, 037c.wav ... ...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
convert list of strings to char arrays
I have list of directories stored as strings, the variable containing this list is 1xN string. I need to pass them one by one in...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
Retrieve all values where rows do not match
Having a matrix made of 3 columns x = [1 1 1; 2 2 2; 3 3 4; 4 4 4; 5 6 7] I would like to get all the values fr...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
how to calculate rms of an audio file
Having an audio file with unknown number of channels (may be stereo, may be mono), how do I calculate rms of each channel, pleas...
거의 8년 전 | 답변 수: 2 | 0
2
답변질문
Restructure/align struct by interpollation/padding
Having a 3x1 struct s with fields x and y, where (if represented in a form of a table): x y [1;2] ['a';'b'] [2;...
거의 8년 전 | 답변 수: 1 | 0
