-
matlab_saa3010
简介:采用matlab完成了SAAB3010红外遥控板的编码发射显示,通过GUI界面可以清楚了解其发射编码格式,有助于红外遥控编解码的学习。
关键词:matlab SAA3010 红外遥控 GUI(Description: The complete SAAB3010 matlab coding infrared remote control panel emission displays, through the GUI interface can be a clear understanding of its launch encoding, decoding infrared remote control help learning. Keywords: matlab SAA3010 Infrared Remote Control GUI)
- 2010-06-15 13:41:56下载
- 积分:1
-
kmean.rar
最常用的聚类算法……简单易懂,适于初学者,入门使用……(the most common used algithom)
- 2010-12-17 13:57:50下载
- 积分:1
-
3
说明: 利用那个matlab进行图像处理的几个常用的.m文件,需要自己考进自己的处理目录就可以正常使用了。(Using the matlab image processing of several commonly used. M files, you need to test their processing into its own directory to be normal use.)
- 2011-04-10 16:00:26下载
- 积分:1
-
MyuzhiwavefilA
利用MATLAB实现峰值信噪噪比的公式,很好用。精确的验证过
(Using MATLAB to achieve a peak signal-to-noise to noise ratio formula, easy to use. Verified accurate)
- 2012-07-23 11:12:02下载
- 积分:1
-
Tranmissionofvariousaveneff
模拟在住不同条件下长周期光纤光栅的传输谱,给出了各个不同条件下传输谱的变化(Simulation under different conditions in living long period fiber grating transmission spectrum, gives the transmission spectrum under different conditions, changes in)
- 2011-11-01 17:42:50下载
- 积分:1
-
Count-24-points
算24点的程序,Matlab下使用,比赛主办方提供的参考资料,完全可以使用.(Count 24 point program, Matlab is used, the game organizers to provide reference materials can be used.)
- 2013-08-14 20:57:02下载
- 积分:1
-
Movielens-User_based-cf
利用python实现基于用户的协同过滤推荐,采用pearson相关系数计算相似度,加权平均预测分数(Users use python-based collaborative filtering recommendation, pearson correlation coefficient is calculated using the similarity, the weighted average prediction scores)
- 2020-10-04 17:07:39下载
- 积分: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
-
gui
熟悉MATLAB的GUI界面,创建GUI界面。(Familiar with the MATLAB GUI interface to create a GUI interface.)
- 2011-09-30 20:37:24下载
- 积分:1
-
Matlab-1024QAM
基于Matlab产生1024QAM程序,然后导入到任意波形发生器AWG中,最后由示波器进行采样离线分析的程序。可以结合硬件学习这整个过程。(Matlab based programs produce 1024QAM program, and then imported into the arbitrary waveform generator AWG, the last off-line analysis by the sampling oscilloscope. You can learn this whole process with hardware.)
- 2015-10-22 11:39:43下载
- 积分:1