Community Profile

photo

Star


Con actividad desde 2016

Followers: 0   Following: 0

Contacto

Estadísticas

Feeds

Ver por

Pregunta


How to run Matlab function on GPU?
I want to run Parallel Computing program which consists of 3 workers with GPU enabled. I try to use gpuArray, but it seems no di...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to terminate a spmd loop
I have a spmd program as shown below: function [output,frequency] = spmdfunc(music) fid = fopen( 'music.mp3', 'r', 'b'); ...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Respondida
Execute functions and read input simultaneously in Matlab
I want to send 4 rows and receive 4 rows. A more detailed coding is shown below: function [PCM, output] = mp3(song) table_sele...

más de 5 años hace | 0

Pregunta


Execute functions and read input simultaneously in Matlab
I have an mp3 file which needs to go through different functions (blocks) in series. The input of each block is taken from the o...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to convert from PCM samples to decoded audio in wav/wmv format?
I have came across the mp3 decoder coding from <https://www.mathworks.com/matlabcentral/fileexchange/27303-complete-implementati...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to plot a PCM graph
Hello, I have tried to run a MP3 decoder coding which is obtained from this link <http://se.mathworks.com/matlabcentral/filee...

más de 8 años hace | 0 respuestas | 0

0

respuestas