搜索资源列表
median
- mean function in matlab
khalid_khuwaja
- Igray = rgb2gray(I) Ibw = im2bw(Igray,graythresh(Igray)) Iedge = edge(uint8(Ibw)) se = strel( square ,3) Iedge2 = imdilate(Iedge, se) Ifill= imfill(Iedge2, holes ) [Ilabel num] = bwlabel(Ifill) Iprops = r
fyp-gui
- working gui of least mean square
fig3_5
- when SNR is high , 1st sample estimator provides good estimate of A. it has no ise effect . so we don’t need averaging effect to reduce noise when SNR is high. However variance is still low in sample mean estimator which shows that in reality ,samp
fuzzy-code
- here i am representing a Fuzzy C mean clustering algorithm java source code
meanShiftPixCluster
- Mean shift algorithm for segmentation
ident_lms
- This code is for identification with least mean square error
