-
getTrees
a point in detection algorithm
- 2010-12-03 20:50:10下载
- 积分:1
-
histequa
code for creating a histogram equalization graph in matlab it convert it first to histogram then perform histogram equlization
- 2010-12-30 03:58:29下载
- 积分:1
-
threshold_segmentation
说明: 用阈值迭代分割算法对图像进行二值化(matlab)(Iterative segmentation algorithm with the threshold value of the image binarization (matlab))
- 2009-08-27 10:38:53下载
- 积分:1
-
MATALABFUNCTION
多个未知数在约束条件下目标函数取最大值得Matlab代码(A number of unknowns in the objective function takes the largest constraints worth Matlab code)
- 2014-01-06 21:11:17下载
- 积分:1
-
matlab--shu-zhi-fen-xi-da-ma-quan
matlab 数值分析中用到的全部代码 很实用(matlab shuzhifenxi)
- 2015-04-03 22:21:09下载
- 积分:1
-
基于 JPEG/JPEG2000的医学图像压缩方法
提出了一种基于 JPEG/JPEG2000相结合的医学图像感兴趣区域压缩方法。该方法对在人为选定
医学图像的感兴趣区域采用无损的 JPEG2000压缩 ,而对其他图像区域则采用高压缩比的 JPEG压缩,较好地解决了医学图像的高压缩比和高质量之间的矛盾。(Based on a combination of JPEG/JPEG2000 region of interest of medical image compression method. The method of artificially selected region of interest of medical images using lossless JPEG2000 compression, and on other image regions using high compression ratio of JPEG compression, a better solution to the medical image and high-quality high-compression ratio between the contradictions.)
- 2007-10-07 11:03:36下载
- 积分:1
-
Optic_Flow
一种很好用的光流法,对于图像处理学习的初学者是很不错的参考程序。(A good use of optical flow for image processing is very good for beginners to learn the reference procedure.)
- 2010-06-01 17:02:40下载
- 积分:1
-
CHAOLIU
基于邻接矩阵的33节点前推回代配电网潮流程序!(33 nodes based on the adjacency matrix to push back on behalf of the power flow program!)
- 2014-09-19 19:34:26下载
- 积分:1
-
pcaForSVM
支持向量机(SVM)主成分分析法进行预处理筛选变量( support vector machine (SVM),PCA(principal component analysis))
- 2020-09-19 10:17:53下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1