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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
