photo

Belle Kua


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
1 回答

ランク
39,579
of 301,493

評判
1

コントリビューション
10 質問
1 回答

回答採用率
60.0%

獲得投票数
1

ランク
 of 21,300

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,813

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How do I obtain a filtered EMG signal after I've obtained the codes for the filter? How do I use the comb filter on the EMG Signal, as I've obtained the comb filter separately from the signal?
The comb filter matlab code that I've obtained is >>Fs = 1000; % Sampling Frequency N = 20; % Order BW = 5; % B...

約9年 前 | 0 件の回答 | 0

0

回答

回答済み
What does the 1 in the row and column in Blight_red = img( row(1), column(1), 1) means?
what does the last statement mean? Why will img( row(1), column(1), 1) return the intensity of the red channel at row 200, colu...

約9年 前 | 0

質問


What does the 1 in the row and column in Blight_red = img( row(1), column(1), 1) means?
I understand that the one at the end means the red channel, but what does the one at the row and column mean, for example row(1)...

約9年 前 | 2 件の回答 | 0

2

回答

質問


what the patch = imJ(j : (j+patchSize-1), i: (i+patchSize-1) ) means?
I understand if patch = imJ(j: (j+patchSize-1), i:(i+patchSize-1), :) means extracting a square of width patchsize from a rgb im...

約9年 前 | 1 件の回答 | 0

1

回答

質問


How do you separate the three channels (RGB) individually in only one statement in a loop?
For example to separate the 3 RGB channel in one statement in a loop: patch= imJ(j:(j+patchSize-1) , i:(i+patchSize-1), :) ...

約9年 前 | 1 件の回答 | 0

1

回答

質問


What does indices = indices(imsize-numpx+1 : end) means?
Especially when the meaning of numpx is that numpx = floor(imsize/1000) is find the number of pixels that we want to write the d...

約9年 前 | 1 件の回答 | 0

1

回答

質問


What does numpx = floor(imsize/1000) mean?
This is for image processing. What does the function numpx means, or is it just a variable? Why is there a need to floor th...

約9年 前 | 1 件の回答 | 0

1

回答

質問


What does imsize = width * height means?
Does it mean the image size can be obtained by multiplying the height and width? Will it get a matrix and/or a 2D image? Si...

約9年 前 | 1 件の回答 | 1

1

回答

質問


What does patch = imJ(j : (j+patchSize-1) , i:(i+patchSize-1), :) means?
I think it means RGB but I'm not too sure. Why does the j and i has to add increment by patchSize -1? In front of this code...

約9年 前 | 2 件の回答 | 0

2

回答

質問


How do I find the pixel location , when there is a subtraction of the low intensity of red channel and the high (maximum) intensity of the blue and green channel?
The pixel location is located at the center of the red circle of each input image. Hence, how do i find the pixel location, wh...

約9年 前 | 0 件の回答 | 0

0

回答

質問


How do I separate RBG channel then combine green and blue channel only, leaving the red channel out? Thanks!
I have tried separating the RGB colour channel. Since it is using dark channel for underwater images, the red channel could be...

約9年 前 | 2 件の回答 | 0

2

回答