Sachin Shrestha
Followers: 0 Following: 0
Assistant Professor, Signal Processing
Statistics
0 Questions
8 Answers
RANK
2,925
of 295,527
REPUTATION
20
CONTRIBUTIONS
0 Questions
8 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
8 years ago | 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...
8 years ago | 0
| accepted
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...
8 years ago | 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...
8 years ago | 1
| accepted
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...
8 years ago | 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...
8 years ago | 0
| accepted
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...
8 years ago | 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...
8 years ago | 0