-
Radar
radar simulation to be run
- 2010-09-22 15:31:24下载
- 积分:1
-
matlab_files
here is the matlab files for image array processing
- 2011-06-12 19:09:30下载
- 积分:1
-
Calismalar_Tez
Upsample Resample Interpolation
- 2012-05-17 19:15:37下载
- 积分:1
-
SeDuMi_1_3
SeDuMi 是一个求解半正定规划的算法包,这是项目最新发布的源代码。(Welcome to SeDuMi 1.3
SeDuMi is a Matlab Toolbox for Linear, Second order, Semidefinite or mixed
problems. It can handle free variables and complex data as well.
To obtain the latest version of SeDuMi, see
http://sedumi.ie.lehigh.edu
Installation instructions can be found in the file
Install.txt
After you installed the binaries please type
help sedumi
in Matlab to get more information. Example problems can be found
in the folder /examples, documentation is in /doc.
For a list of changes check the file Changelog.txt.)
- 2010-07-20 15:41:05下载
- 积分:1
-
pkpickerneg
Algorithm that find the peaks of a signal. You can choose the number of peaks you want to find and the valour of peak to begin to find.
- 2009-04-20 08:41:28下载
- 积分: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
-
timeclient_src
The time is calculated and converted to 64-bit in the first and second lines and then converted to local time zone before being converted to a SYSTEMTIME structure. Last of all the system time is set.
- 2007-10-16 09:36:28下载
- 积分:1
-
RS
说明: RS码的编码和译码程序,迭代译码,程序调试通过(RS encoding and decoding program code, iterative decoding, program debugging by)
- 2010-12-27 20:35:19下载
- 积分:1
-
daopufenxi
说明: 倒谱分析 倒谱分析是指信号短时振幅谱的对数傅里叶反
变换。它具有可近似地分离并提取出频谱包络信息
和细微结构信息的特点(Cepstrum analysis cepstrum analysis is the signal amplitude spectrum on the number of short-time Fourier inverse transform. It has can be approximately isolated and extracted spectral envelope information and fine structural characteristics of information)
- 2010-04-30 15:34:05下载
- 积分:1
-
robot
一个基于人工势场的机器人路径规划的仿真程序源码,可以自行修改阈值。(An artificial potential field based robot path planning simulation program source code, you can modify thresholds.)
- 2009-10-22 19:28:00下载
- 积分:1