-
NoSpamSrc011
maybe is knn or maybe not i m not sure about it it s a temp file(maybe is knn or maybe not im not sure about it it sa temp file)
- 2009-01-09 15:53:46下载
- 积分:1
-
BasicTime
You all might have used CTime or CTimeSpan to manipulate the system timer. Here is an article to show you how your system timer works. I will give you an idea of port communications behind the system clock manipulations. Those who are a little biased on hardware and software interfacing practices would find this article of great help.
- 2007-10-16 09:37:44下载
- 积分:1
-
wendang
关于数字信号处理的几篇PPT文档(IIR/FIR滤波器设计等),适合数字信号处理入门学习(Digital signal processing on several PPT files (IIR/FIR filter design, etc.), suitable for digital signal processing Introduction to learning)
- 2009-04-18 07:00:01下载
- 积分:1
-
BodeGui
在Matlab中可以使用的波特图的例子源码,直接打开即可。(Source codes of Bode Plot in Matlab.)
- 2009-04-23 23:15:28下载
- 积分:1
-
Impurity
this code is a predictio of a impurity wethear
- 2011-01-02 14:58:49下载
- 积分:1
-
shiyan
通过高斯函数导数检测图像边缘,实质是方向可调小波变换检测图像边缘。(Derivative to detect image edges by Gaussian function, in essence, the steerable wavelet transform to detect image edges.)
- 2012-05-05 11:58:00下载
- 积分:1
-
fir
基于CCS工具,运用matlab和c语言设计的fir滤波器,实验设计的的结果,很有价值。(CCS-based tools, the use of matlab and c language design fir filter, the results of experimental design, and great value.)
- 2014-10-08 15:53:03下载
- 积分:1
-
rgb2hsi
彩色图像处理中RGB分量向HSI分量的转换(Color image processing components to HSI conversion RGB components)
- 2014-11-28 10:17:31下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
小波变换
说明: 做地震数据处理的去噪程序,通过原始信号,加噪声的信号,以及小波变换的信号进行比较分析,并生成图像。(Do the denoising program of seismic data processing, compare and analyze the original signal, noise signal and wavelet transform signal, and generate the image.)
- 2020-12-12 11:19:17下载
- 积分:1