Giggs B.
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
295.017
of 296.405
REPUTACIÓN
0
CONTRIBUCIONES
21 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
90.48%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.376
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 156.371
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
Convert txt files in csv/xlsx files
Hello, I have a couple hundreds of txt files, where a number is written in each row. I want to convert all these hundreds of tx...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add gain to an audio signal?
Hi, I wanted to ask if there is a way to add gain to an audio signal using MATLAB? For ex., I have an audio file, and I want ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
What could be the possible reason behind curved signal?
Hi, This question is not directly related to MATLAB, but if someone can help me, I would really appreciate. I have a MEMS micr...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
Write calculated values to an excel file in column 2 and the file name in column 1
Hi, I have the below code. I have ~4000 csv files in a folder. What I require: I am doing filtering on all these files (one a...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Same filters but using different methods give different results
Hi, I am getting different results when using the [b,a] filter method and [z,p,k] method. My code goes like this: for loop fo...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Why do I receive this error "Invalid data type. Input arrays must be numeric or logical."?
Hi, I have a couple of .csv files and I am trying to read them first and then filter them out in a loop. But when I use "readta...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Problem with saving plots
I have the below code. I want to save the file in bmp format. clearvars indir = '.'; %current directory outdir = 'C:\Users\...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Read csv files and save the plots (.bmp format)
Hi, I have a code which reads data from all the csv files and converts them to wav files with the same name as the csv file in ...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Convert csv file to .wav file with same file name
Hi, I think this would be very simple, but I am unable to pass the csv file name to my .wav file. My plan is to read a csv file...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Rescale values based on a particular value
Hi, I have a .csv file with ~200k values. I want to rescale the values to range -1 to +1. I know the rescale function can do th...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to convert an excel file (.csv) to a .wav format/any other audio format file?
Hi, I have an excel file which has ~200k data samples stored in one column and I want to convert the data from that file into a...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Amplitude of signal not matching up after filtering when calculating it using different methods.
Hi, I am running a code where I am generating a signal. I am doing processing on the signal using 2 ways mentioned below: I am...
más de 3 años hace | 1 respuesta | 0
1
respuestaUnits of kHz in frequency plots
I know its late to answer, but for someone who faces the similar problem, try this: set(gca,'XTick',[0.003, 0.008, 0.020, 0.050...
más de 3 años hace | 0
Pregunta
Find energy for each second of audio file
Hi, I have an audio signal which has 44.1 KHz sampling rate, which would be stored as an array. I am trying to find energy for ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Signal is not getting filtered properly
Hi, I am trying to implement 4th order high pass elliptical filter with cut-off frequency at 500/510 Hz at 20 dB passband and ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Why is my loop not working?
Hi, I have a code, where I am using elliptical bandpass filter and trying to filter some signals and calculate total power for...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Different frequency responses using [z,p,k] method and [b,a] for 2nd order elliptical filter
Hi, I am designing an elliptical filter and using 2nd order. My code is below, however, both of them display different frequency...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How to change order for different filters?
Hi, I have 2 questions: What order filter does y = highpass(x,fpass,fs) and y = lowpass(x,fpass,fs) use? How can I check the f...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Getting error using syms to implement power formula
Hi, I am trying to implement the power formula which is in the attached image. I have written my code like this: . . sy...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Why are the legends appearing twice?
Hi, Please refer to the image. I don't know why my legends are appearing twice...can someone please help me? I tried a couple o...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to align the power plot correctly?
I am calculating power of signal for each second and then plotting it on the power plot graph. What I want: For example the powe...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I calculate power for each signal?
So, I have an audio signal with fs=8192 and total samples=73113, which gives the total duration of the signal as 8.9249 seconds....
más de 3 años hace | 2 respuestas | 0