Community Profile

photo

Star


Active since 2016

Statistics

Content Feed

View by

Question


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...

ongeveer 5 jaar ago | 0 answers | 0

0

answers

Question


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'); ...

meer dan 5 jaar ago | 0 answers | 0

0

answers

Answered
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...

meer dan 5 jaar ago | 0

Question


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...

meer dan 5 jaar ago | 2 answers | 0

2

answers

Question


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...

ongeveer 7 jaar ago | 0 answers | 0

0

answers

Question


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...

ongeveer 8 jaar ago | 0 answers | 0

0

answers