-
experiment1
1了解离散余弦正变换和逆变换的原理;
2理解离散余弦变换系数的特点;
3了解离散余弦变换在图像数据压缩中的应用;
4通过本实验掌握利用MATLAB编程实现数字图像的余弦变换;
(1 for the discrete cosine transform and inverse transform principle understand the characteristics of the discrete cosine transform coefficients 3 for discrete cosine transform image data compression 4 master using MATLAB programming for digital image cosine transform through this experiment )
- 2013-05-01 18:19:45下载
- 积分:1
-
ReadOneSRTMData
能自动读取hgt格式的SRTM数据,进而可以转化为自己需要的格式。同时,该程序具有一定的交互性(this software can automaticaly read the SRTM data with format of hgt, and also transfer your format. Also, this software are interactive.)
- 2012-01-08 09:07:33下载
- 积分:1
-
zishiying
自适应波束形成的matlab程序,根据到达的来波方向,自适应的调节形成波束的主瓣方向(Adaptive beamforming the matlab program, according arrived DOA, adaptive regulation of the formation of the main lobe beam direction)
- 2009-01-03 15:18:42下载
- 积分:1
-
efficiency_pi_withlma
Efficiency optimization of IPMSM with PI controller and loss minimization algorithm. Good for comparison and simulation results.
- 2009-11-17 05:56:01下载
- 积分:1
-
exp1
基于matlab估计随机变量的统计特性
随机信号处理的课程实验(Matlab estimated based on the statistical characteristics of random variables
Random signal processing course experiment)
- 2021-04-27 19:58:44下载
- 积分:1
-
simu_gps
说明: 南航写的gps仿真器源码,用matalb编写的一个比较简单的GPS仿真器,供大家学习和参考。(China Southern gps emulator written source, matalb prepared using a relatively simple GPS simulator for them to learn from and reference.)
- 2008-11-08 15:25:37下载
- 积分:1
-
l11
rate equation with simulink of matlab
- 2012-04-28 06:14:43下载
- 积分: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
-
fm_upfc
Power factor correction for PSAT
- 2012-10-03 03:30:32下载
- 积分:1
-
matlab_intro
learn intro simulation matlab
- 2010-07-29 15:12:57下载
- 积分:1