Sachin Shrestha
Followers: 0 Following: 0
Assistant Professor, Signal Processing
統計
MATLAB Answers
0 質問
8 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
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年以上 前 | 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...
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年以上 前 | 0
| 採用済み
回答済み
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...
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年以上 前 | 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...
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年以上 前 | 1
| 採用済み
回答済み
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...
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年以上 前 | 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...
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年以上 前 | 0
| 採用済み
回答済み
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...
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年以上 前 | 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...
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年以上 前 | 0