-
LVBOQI
基于matlab仿真的四阶椭圆滤波器的仿真,其原理是基于切比雪夫滤波器的传递函数进行推导得来的(Matlab simulation based on fourth-order elliptic filter simulation, the principle is based on Chebyshev filter transfer function is derived come)
- 2013-08-11 18:55:33下载
- 积分:1
-
matlabdisanzhang
高等应用数学问题的matlab求解,第三章的所有例题(advanced matlab charpe three)
- 2011-12-22 17:50:21下载
- 积分:1
-
Analiza_widmowa
Analiza widmowa a sygnal
- 2010-07-28 04:45:37下载
- 积分:1
-
Abaqus-to-Matlab-software
教会我们怎样把ABAQUS HE MATLAB LIAN JIE QI LAI
- 2013-08-18 01:15:04下载
- 积分: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
-
gnss_sw_radio
伽利略和北斗的BOC捕获跟踪和解算程序,都可以运行。(MATLAB for GNSS of boc)
- 2014-07-14 19:43:40下载
- 积分:1
-
TrackPingPongMotion
说明: 基于MATLAB,实现乒乓球的定位运动跟踪(Based on matlab, tracking ping pong motion)
- 2020-10-06 00:07:38下载
- 积分:1
-
BAM_Neural_Network
说明: BAM是一种两层的异联想,内容可寻址存储器组成的反馈网络。
分类:离散,连续 和自适应BAM等。
1987年和1988年由Kosko提出的BAM型。
网络运行是双向的。对网络的一端输入信号,则可在另一端得到输出,该输出又反馈回来,经过多次反复,直到网络达到稳态为止(BAM is a two-tier Heteroassociation, content addressable memory component of the feedback network. Classification : discrete, continuous and adaptive BAM other. In 1987 and 1988 by the BAM Kosko type. The operation of the network is a two-way. The network side input signal can be received at the other end output, the output feedback to come back again, repeatedly, until the network reached so far Steady)
- 2021-04-18 15:18:51下载
- 积分:1
-
ProficientinMatlabscientificcalculations
说明: 这些源码为电子工业出版社出版的精通MATLAB科学计算里面的多有源代码,很适合初学者(The source for the electronic industry press the master of science in MATLAB calculation is more suitable for beginners.)
- 2010-04-21 09:46:16下载
- 积分:1
-
D_L_sift
这个程序是david Lowe用于演示SIFT算法的matlab的源代码(This program is david Lowe SIFT algorithm is used to demonstrate the source code matlab)
- 2011-04-23 00:59:06下载
- 积分:1