Sachin Shrestha
Followers: 0 Following: 0
Assistant Professor, Signal Processing
Estadística
0 Preguntas
8 Respuestas
CLASIFICACIÓN
2.925
of 295.569
REPUTACIÓN
20
CONTRIBUCIONES
0 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Changing intensities (dB) of a sound file at certain frequencies?
Hi Sven, Regarding your error, you could listen to the audio by simply changing the last line of the code from soundsc(y2...
más de 8 años hace | 0
I am trying to do DWT transform on image and then quantize the image for lossy compression. However I am not getting any image after quantization, only a plotting of the signals are obtained. Kindly help.
Hi Debarpita, There are some issues with the code. The major one being the last line; plot(CA, y1); Try this instead t...
más de 8 años hace | 0
| aceptada
How to plot 2 FFT graphs or more which have very large data points in one graph as a lines to compare among them ?
Hi Omar, Comparing the two different figures, that you have shown, I could see that the major difference is with the no of da...
más de 8 años hace | 0
How can I change legend colors if I have multiple graphs of the same color?
Hi Leonardo, You may specify the handles of the plots for which you want to have the legend. In your case, you may specify ha...
más de 8 años hace | 1
| aceptada
how to find values and following values in a struct
Hi Elisa, Perhaps the following code could be another way to deal with the problem: Here, I have assumed, that the value 217...
más de 8 años hace | 1
How do I read csv files with common characters in filename
Hello Vitkoi, The following lines of code should do the trick for you. sourceDir = 'D:\OneDrive\projects\Mathworks-Profil...
más de 8 años hace | 0
| aceptada
How to convert a cell into normal matrix?
Hi Akhil, If possible provide more details, the problem could be with the input that you have provided and the output that yo...
más de 8 años hace | 0
How to display 2 images with different sizes(dimension, row and column) side by side in one figure?
Hi Issara, I think the problem is that you forget to keep the montage inside the quotes (for e.g. 'montage'). I tried follow...
más de 8 años hace | 0