![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/arda10windowslivecom_1518810145525_DEF.jpg)
Mohamed Turkmani
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
120.588
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
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
how to change decimal point place
hi, i have audio numbers that are printed as : 3.261505126953125 3.227813720703125 3.267242431640625 3.217407226562...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
frequency shift slider in real time
i have the following code that reads an audio file, adds a frequency (the bold line) to the file and plots it , my question is t...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
playing a nonstop audio file
how can i play an audio file without stopping kinda like a loop in app designer [y,Fs] = audioread(app.files); sound(y,Fs) th...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
mixing audios according to array value
hi i have the following code which mixes two audios and plots them : Fs = 44100; [y,Fs] = audioread("sound and 1000 new.wav");...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
increasing amplitude of sine wave
hi i want to create i simple sine tone that has increasing amplitude kinda like a fade in 3 seconds i wrote the following code...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Arrays have incompatible sizes for this operation.
i have the following code which mixes two audios as the user enters the number he wants to mix freq = str2double(get(handles.e...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
changing audio frequency to a constant
lets say i have an audio that has so many different frequencies, can i modify its frequency to constant and run it at 2000 hz fo...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
changing frequency of an existing audio
hi i have wrote a simple code as the following. [y,fs] = audioread("Sound.wav"); sound(y,fs); i know that i can change ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
getting x and y values and writing them
hi, i have created a user interface that gets sampling frequency and frequency from the user and plots it by the following code:...
más de 2 años hace | 1 respuesta | 0