Chinmay Anand
2019 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
7 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
How to clip a sine wave on both side in SIMULINK?
You can use use saturation block for this. Go through this link on how to use it https://www.mathworks.com/help/simulink/slref/...
How to clip a sine wave on both side in SIMULINK?
You can use use saturation block for this. Go through this link on how to use it https://www.mathworks.com/help/simulink/slref/...
5年以上 前 | 0
| 採用済み
回答済み
How to add errors when standard deviation is given?
Check out this answer https://www.mathworks.com/matlabcentral/answers/115070-adding-noise-with-certain-standard-deviation-to-un...
How to add errors when standard deviation is given?
Check out this answer https://www.mathworks.com/matlabcentral/answers/115070-adding-noise-with-certain-standard-deviation-to-un...
5年以上 前 | 0
回答済み
How to make the spectrogram function output the actual frequencies instead of the normalized ones?
I think this answer will be helpful for you. https://www.mathworks.com/matlabcentral/answers/265969-how-to-understand-spectrogr...
How to make the spectrogram function output the actual frequencies instead of the normalized ones?
I think this answer will be helpful for you. https://www.mathworks.com/matlabcentral/answers/265969-how-to-understand-spectrogr...
5年以上 前 | 0
回答済み
Harmonic to noise ratio calculation
You can look into this link for this. https://www.mathworks.com/help/signal/ref/snr.html
Harmonic to noise ratio calculation
You can look into this link for this. https://www.mathworks.com/help/signal/ref/snr.html
5年以上 前 | 0
回答済み
cell data into different doubles
[row,col] = size(A); % row and col containing size of A ( A is the cell matrix ) for i=1:row for j=1:col mat = ...
cell data into different doubles
[row,col] = size(A); % row and col containing size of A ( A is the cell matrix ) for i=1:row for j=1:col mat = ...
5年以上 前 | 0
回答済み
how to disable the random partition in cvpartition?
Hi, I think if you don't want randomized data you can partition the data yourself. Something like what i have written below. t...
how to disable the random partition in cvpartition?
Hi, I think if you don't want randomized data you can partition the data yourself. Something like what i have written below. t...
5年以上 前 | 0
| 採用済み
回答済み
How to resize a system window
open_system('vdp'); set_param(gcs,'location',[47 100 1500 800]); You can use the above code to change the screen size which is...
How to resize a system window
open_system('vdp'); set_param(gcs,'location',[47 100 1500 800]); You can use the above code to change the screen size which is...
5年以上 前 | 1
| 採用済み