Estadística
4 Preguntas
4 Respuestas
CLASIFICACIÓN
6.078
of 297.016
REPUTACIÓN
8
CONTRIBUCIONES
4 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Mex .c does not find the SDK on Mac.
Hello, I'm using rMATLAB2016b and I have Xcode installed. I think thee problem is the fact that somehow MATLAB does not foind ...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasResample and convert into PCM
I get it: % convert to PCM 16 bit precision = 'int16'; fidr = fopen([a_filename(1:11), '_22050','.wav'], 'r'); % open ...
alrededor de 6 años hace | 0
| aceptada
Pregunta
How to enable automatic variable highlighting in C code (MEX) inside MATLAB?
Hello, I'm using MEX .c inside MATLAB. I'd like to know if it is possible to highlighting the variables in C code (like MATLA...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Resample and convert into PCM
Hello, First of all I'm using rMATLAB2018. I'm trying to resample an audio file with sampling rate 44100 Hz to 22050 Hz and t...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestahelp in plotting variable from loop
Try this: figure(1) for i = 1:1:10 m = (M*V*p1)/(R*T); m1 = (M*v*p1)/(R*T); p1 = (R*T*(m-m1))/(V*M); disp(['p1 = ' ,num2st...
alrededor de 6 años hace | 0
| aceptada
How to cut out specific segment from findpeaks function?
Try this, [pks,locs] = findpeaks(PeakSig,x,'Annotate','extents','WidthReference','halfheight') The variable locs have the inde...
alrededor de 6 años hace | 0
Plot spectrogram from time by frequency matrix
Try this, [s, f, t] = spectrogram(x, w ,noverlap, nfft, Fs); % x is the signal; %w is the window; % noverlap is the windowin...
alrededor de 6 años hace | 0
| aceptada
Pregunta
Number of push button change
I have an audio that I've split into 2 segments. I'd like to plot the audio file and add 2 push buttons in the figure, in order ...
alrededor de 6 años hace | 2 respuestas | 0