hoda kazemzadeh
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
27.603
of 295.712
REPUTACIÓN
1
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
27.27%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.274
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.359
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
why the amplitude of fft is not the same as input signal?
I am doing fft processing on my input audio signal. But FFT amplitude is not equal to the amplitude of signal which I input to t...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Initial conditions for the filter delays
How can I use initial conditions for the filter delays when I have to use filter function in matlab? [y1,zi] = filter(b,a...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Error when converting to an exe file
Hi, I convert my GUI to executable file, I have 'str2fun' in one of the functions which I call from the main function. Do I have...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Or statement for input arguments of type 'cell'
Hi, I want to compare two arguments of cell type which I read as readtable from a csv file (with header). I need to use Or state...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How Can I create exe file of GUI program (.fig, .m)
Hi I have GUI matlab program (with some functions and csv file inside which I call) and I want to convert to exe. I use 'deploy...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Problem with char format values
I have a csv file and I need to read that file and I use in the title of wav file which I write using audiowrite. Tb = read...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how to remove the data (output of the function 'getaudiodata') from the memory buffer when I record an audio for long time and plot it at the same time?
I record an audio signal from microphone and I plot it in real time. Simply I have: rObj=audiorecorder(fs, 24, 2); recordb...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to run python code in matlab?
Hello, I need to read some parameters of a board (connected via USB to PC). I couldnt find a code in Matlab for this reason but...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
reading the data from a csv file with headers
Hi, I have a csv file similar to this: a b c d 12 35 86 4 How can I read the data for one of the headers? ...
más de 6 años hace | 1 respuesta | 1
1
respuestaPregunta
Start storing the recorded sound with pressing the button in real time
I record speech from the microphone, I use audiorecorder and a timer function fire every one second and doing some process (as F...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how to record and analyze audio in real-time from two channel (stereo)?
I tried the code form "Geoff Hayes" in the page with the following title :"plotting the recorded sound while recording". It is w...
más de 6 años hace | 0 respuestas | 0