-
text_seg
this is a code to segment the color texture using Gabor filter. It uses the initial segmentation using kmeans clustering.
- 2009-10-04 15:07:15下载
- 积分:1
-
fccore
Software package for fuzzy calculus
- 2010-11-11 21:20:26下载
- 积分:1
-
waveletM
matlab下编写的基于哈尔小波的分解与重构函数,有详细注释(matlab prepared Haar wavelet-based decomposition and reconstruction of the function, there are detailed notes)
- 2009-05-25 13:28:32下载
- 积分:1
-
Wiley--Introduction-To-Digital-Signal-Processing-
Wiley, Introduction To Digital Signal Processing And Filter Design (2005) Ling Lotb [use of Matlab]
- 2013-09-16 01:41:17下载
- 积分:1
-
Photovoltaic-off-grid
简单的光伏离并网问题,simulink仿真,采用pid控制。(Simple photovoltaic off grid problems, Simulink simulation, using PID control.)
- 2015-03-30 10:39:12下载
- 积分:1
-
FDTD
采用FDTD方法对TM波在二维平面内的传播进行推进,另外,还对二维平面区域含有散射区情况进行了模拟。(FDTD method is used to propagate the propagation of TM wave in two-dimensional plane, and the two-dimensional plane region contains scattering region)
- 2021-02-09 11:39:53下载
- 积分:1
-
Matlab-20Programming
Help Matlab Programming
- 2013-05-03 20:09:59下载
- 积分:1
-
polynomial_synthesis
Code to obtain the filtering function polynomials F(s), E(s) and P(s), and the constants eps and eps_r from transmission zeros, with Cameron s method.
- 2013-07-15 18:45:31下载
- 积分:1
-
generate-mif-file
如何生成mif文件 用于导入fpga的RAM存储中(How to generate mif file for importing RAM memory in fpga)
- 2013-12-17 22:04:02下载
- 积分:1
-
chap04
matlab实例clearN=100f=zeros(50,50) f(15:35,23:28)=1 figure(1)imshow(f, notruesize )F=fft2(f,N,N) F2=fftshift(abs(F)) figure(2)x=1:N y=1:N mesh(x,y,F2(x,y)) colormap(gray) colorbar(matlab)
- 2009-09-21 09:38:52下载
- 积分:1