-
capacity_water
用matlab实现MIMO中的注水算法,并绘制累计分布函数(fullfill water-filling algorithm using matlab in mimo and drawing CDF)
- 2009-10-04 09:45:43下载
- 积分:1
-
loc_im_display
显示一个黑白图像。去掉matlab的边框。(Display a balck & with image. Matlab default frame will not be dispaly)
- 2009-04-03 18:32:49下载
- 积分:1
-
MATLAB PROGRAM
Matlab源程序,里面含有大量经典源代码,送给喜欢用matlab编程的朋友!<数字信号处理>的matlab编程.(Matlab source, it contains a large number of classic source code, gave Matlab programming like friends! Lt; Digital signal processing gt; The Matlab programming.)
- 2005-06-13 14:50:26下载
- 积分:1
-
PIC16F73inverter
正弦波逆变器程序图以及代码实现,是用mplab实现的(sina inverter)
- 2011-05-03 15:49:54下载
- 积分:1
-
Matlab
code matlab descripteur gist matlab
- 2014-10-11 23:11:38下载
- 积分:1
-
11chapter
MATLAB GUI设计学习手记(第二版)源程序
第11章
本书推荐的学习方法:
1)若您是一个MATLAB初学者,且有充裕的时间来学习GUI设计,您可以从本书的第1章开始循序渐进地学习。
2)若您是一位MATLAB初学者,且时间非常紧迫,建议您先学好第1章,然后依次学习第4章、第5章和第6章,其他章节请根据项目需要有选择性地学习。
3)若您已经掌握了MATLAB的基础语法知识,有一定的MATLAB编程基础,也请浏览一下第1章的内容,尤其是专题分析部分。然后先学习本书第4、5和6章,其他章节请根据项目需要有选择性地学习。
4)若您是一位MATLAB GUI方面的专家或老师,您可以将本书作为一本教学的参考书,本书内容全面、讲解详实、代码精炼,是不可多得的GUI宝典。
(MATLAB GUI design learning Hearts (second edition) the source learning method recommended in the first 11 chapters of this book: 1) If you are a MATLAB beginners, and there is plenty of time to learn GUI design, you can start from Chapter 1 of the book The step-by-step learning. 2) If you are a MATLAB beginners, and the time is very tight, it is recommended that you first learn to Chapter 1, followed by learning Chapter 4, Chapter 5 and Chapter 6, in other sections based on project needs selective learning . 3) If you have mastered the basic grammar of the MATLAB, the MATLAB Programming Fundamentals, please visit the Chapter 1, in particular thematic analysis section. First learning book chapters 4, 5 and 6, then the other chapters selective learning based on project needs. 4) If you are an expert or teacher of a MATLAB GUI, you can book as a teaching reference books, the book is comprehensive, explain the detailed, refined code, is a rare GUI canon.)
- 2012-11-15 18:39:00下载
- 积分:1
-
phonebook
MATLAB GUI实现电子电话本包括添加、删除、查找、编辑、保存、读取等功能(MATLAB GUI for electronic phone book)
- 2009-10-20 19:26:28下载
- 积分:1
-
naoqu_w_slave
根据角速率计算 挠曲 该代码只是个计算的例子,提供方法.传递对准中的挠曲和柑臂计算,(Deflection angle rate calculated according to the code is just a calculation example, provide a way. Transfer alignment and orange arm deflection calculation)
- 2010-09-29 14:51:45下载
- 积分:1
-
matlabprocess
用matlab创建一组条纹码图像,输入为一个数组,数组内数字大小为0-63,算法自动生成一个二进制条纹码并显示。(it make a picture of the matrix.)
- 2010-10-26 11:18:16下载
- 积分:1
-
HoughObject
Circles
We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of
fixed radius can be described fully by the location of its center (x, y).
Think of each feature (edge) point on the circle as saying, ”if I’m on the circle, the center must be in one of these
places”. It turns out that the locus of these votes is itself a circle.
But what about circles of unknown size? In this case, we need a third parameter: the radius of the circle. So, we can
parameterize circles of arbitrary size by (x, y, r). Instead of casting votes in a circular pattern into a two-dimensional
accumulator, we cast votes in circles of successively larger size in a three-dimensional accumulator.
- 2010-03-09 06:46:32下载
- 积分:1