-
FIR
利用matlab实现的Fir滤波器设计程序。程序有较好的运行界面,滤波器各种参数均可设置。(Using matlab realize the Fir filter design procedures. Procedures for the operation of the interface have good, filter parameters can be set up.)
- 2007-08-27 11:35:35下载
- 积分:1
-
finallf
finl load flow algorithm
- 2015-04-22 21:55:15下载
- 积分: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
-
test_code
FWM power for various wavelenght separations
- 2014-02-04 16:27:15下载
- 积分:1
-
CSharp
C# code for software engineer and student who want to learn
- 2014-01-02 21:01:08下载
- 积分:1
-
tft2
MATLAB时频分析的原代码(一部分)!!(Time-frequency analysis of the original MATLAB code (part of)! !)
- 2009-12-07 19:35:26下载
- 积分:1
-
CH6
The main file in this list of programs is "vblast.m". Type "help vblast" on the command line for details.Study the coding
by stepping through the program. These programs require around 5000 packets for reasonable plotting accuracy.This has been
implemented for a 2x2 system. The reader can program other variations.
The program has been tested on MATLAB version 6.0 and above with signal processing toolbox and communication toolbox options.(The main file in this list of programs is " vblast.m" . Type " help vblast" on the command line for details.Study the coding by stepping through the program. These programs require around 5000 packets for reasonable plotting accuracy.This has been implemented for a 2x2 system. The reader can program other variations. The program has been tested on MATLAB version 6.0 and above with signal processing toolbox and communication toolbox options.)
- 2011-05-04 09:22:59下载
- 积分:1
-
pseudozernike
伪zernike矩,利用MATLAB开发,有修改(Pseudo zernike moment)
- 2011-05-15 09:19:16下载
- 积分:1
-
rrrrr
SQNR的数字信号系统的全仿真,在matlab下可以直接运行。(The simulation of digital signal system of SQNR, can be run directly under matlab.)
- 2015-04-05 15:37:44下载
- 积分:1
-
matlab_instruction
中大数计的matlab的ppt,数学建模竞赛资料(The large numbers of dollars matlabppt)
- 2014-01-22 16:45:54下载
- 积分:1