联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All matlab编程(139) 

[matlab编程] fitness

比如每个企业和个人都要考虑的一个问题“在一定成本下,如何使利润最大化”等。最优化方法是一种数学方法,它是研究在给定约束之下如何寻求某些因素(的量),以使某一(或某些)指标达到最优的一些学科的总称。随着学习的深入,博主越来越发现最优化方法的重要性,学习和工作中遇到的大多问题都可以建模成一种最优化模型进行求解,比如我们现在学习的机器学习算法,大部分的机器学习算法的本质都是建立优化模型,通过最优化方法对目标函数(或损失函数)进行优化,从而训练出最好的模型。常见的最优化方法有梯度下降法、牛顿法和拟牛顿法、共轭梯度法等等。
For example, every enterprise and individual should consider a problem "how to maximize profit at a certain cost." The optimization method is a mathematical method. It is a general term for some disciplines that study how to find certain factors (quantity) under a given constraint to make one (or some) index get the best. With the in-depth study, the blogger found more and more importance of optimization methods, have to study and work in most of the problems can be modeled as solving an optimization model, such as we are now learning machine learning algorithm, most of the machine learning algorithm is the essence of optimization model is established through the optimization method of the objective function (or the loss function) optimization, to train a best model. The common optimization methods include gradient descent method, Newton method and quasi Newton method, conjugate gradient method and so on. (2018-01-29, Visual Basic, 1KB, 下载7次)

http://www.pudn.com/Download/item/id/1517233337383960.html

[matlab编程] Four-axis-aircraft-control-principle

本文讨论的四轴飞行器是一种四旋翼飞行器。 首先介绍四轴飞行器的飞行控制原理;其次逐个阐述了基于 CC3200单 片机和 MPU6050加 速度计/陀 螺 仪 的 迷 你 四 轴 飞行器的各个关键模块,从软件和硬件的角度分别描述了各模块的实现和整合;最后,分析了该 四 轴 飞 行 器 的 试 飞 结 果 以及该飞行器的一些不足
This paper discusses the four axis aircraft is a kind of four rotor aircraft. First of all, the flight control principle of four axis vehicle is introduced. Secondly, the mini- axis of CC3200 and MPU6050 accelerometer/gyroscope are described one by one The realization and integration of each module are described the point of view of software and hardware. Finally, the flight test results of the four axis vehicle are analyzed And some deficiencies of the aircraft (2017-03-27, C/C++, 155KB, 下载2次)

http://www.pudn.com/Download/item/id/1490611104429836.html

[matlab编程] fuzzy-of-Car

ID控制器和模糊PID控制器在汽车发动机油门控制中的应用,在Matlab环境下实现 计算动词PID的仿真,在Simulink环境下仿真模糊PID控制器,并对比两种PID控制器的仿真结 果,在研究中用GUI窗口实现了计算动词PID控制器的可视化调控。
The application of verb PID controller and fuzzy PID controller in the control of automobile engine throttle, in Matlab environment Calculate the simulation of verb PID, simulate fuzzy PID controller in Simulink environment, and compare the simulation of two PID controller In the study, the visualization of the verb PID controller was realized by using the GUI window. (2017-02-21, matlab, 938KB, 下载57次)

http://www.pudn.com/Download/item/id/1487682460877470.html

[matlab编程] matlab

使用的版本:64位的MATLAB R2015b,代码可以直接运行仿真。 (1)提取五个特征量中的Hu矩和仿射不变矩; (2)picture用来存放训练样本和测试样本; (3)save用来保存代码运行过程中提取的特征量,matlab1存放仿射不变矩特征量, matlab2存放Hu矩特征量,Hu_BBA存放样本的Hu矩的基本信度赋值和识别类型, FS_BBA存放样本的仿射不变矩的基本信度赋值和识别类型,目标识别矩阵、信息融 果和判决结果在指令窗输出(1,2,3表示类型,0表示拒判)。 (4)使用mewpnn函数建立PNN网络,除了散布常数外,其余参数为默认值; (5)PCR6可用于处理两个及三个以上的信息源,当处理两个信息源时与PCR5规则一致。
Use versions: 64-bit MATLAB R2015b, code can be directly run the simulation. (1) extracts five feature amounts of Hu Moment and affine invariant moment (2) picture is used to store the training samples and testing samples (3) save to save the code runs in the process of extracting feature quantity, matlab1 store affine invariant moment features, matlab2 storage Hu moment features, Hu_BBA stored samples Hu moments basic belief assignment and identify the type, FS_BBA samples stored affine moment invariants basic belief assignment and identify the type of target recognition matrix, fruit and financial information verdict in the command window output (1,2,3 indicates the type, 0 indicates False Rejection). (4) use mewpnn function creates PNN network, in addition to spread constant, the other parameters to their default values (5) PCR6 can be used to handle two and three or more sources of information when dealing with two sources of information is consistent with PCR5 rules. (2016-08-15, matlab, 9079KB, 下载28次)

http://www.pudn.com/Download/item/id/1471271179143649.html

[matlab编程] PoisonImage

之前我发了数篇系列博文来仔细研究Poisson Image Editing算法,每次重新审视和深入,仿佛都能有更为深刻的认识和很大的收获。这应该算是我这个系列的完结篇,会用用Matlab代码一点一点的演示,原文作者到底是如何设计和实现他那个强大且影响深远的算法的。希望你在看本文之前务必参考一下文章来了解算法原理,本文将主要讲解编程实现的问题,对于前面讲过的内容,我不会深究。
Before I sent a series of blog posts to carefully study the Image Editing Poisson algorithm, each time to re-examine and in-depth, as if there is a more profound understanding and a great harvest. This should be regarded as the end of my series, will use the Matlab code one point one points of the demonstration, the author in the end is how to design and implement his powerful and far-reaching algorithm. Hope you see this before must refer to the article to understand the principle of the algorithm, this paper will mainly explain the programming realization problem, for said in front of the content, I won t get to the bottom. (2016-04-17, matlab, 5212KB, 下载6次)

http://www.pudn.com/Download/item/id/1460860954894079.html

[matlab编程] [caetecc.com]DUNCAN-CHANG

该损伤模型通过 商用有限元软件ABAQUS /Explicit 的用户子程序VUMAT 实现,并使用该模型对碳纤维增强环氧树脂 复合材料层合板在横向低速冲击作用下的损伤和变形行为进行预测分析. 数值仿真的结果与试验结 果进行了比较,吻合良好,验证了该模型的有效性.
Through coding user subroutine VUMAT of finite element software ABAQUS /explicit, and applied the model to an example,carbon fiber reinforced epoxy composite laminates under low velocity impact,the prediction for damage and deformation were good agreement with the experimental results. (2016-04-15, Fortran, 1KB, 下载65次)

http://www.pudn.com/Download/item/id/1460709859828977.html

[matlab编程] The_Effects_of_Soft_Limitation_1996

软限幅效应,量化阶数及取样间隔对直扩数字匹配滤性能的影响 郭南1996 本文以典型的AID变换量化器和改进型抖动噪声量化器为倒t研究几个数字化参数对 直接序列扩频(DS/SS)数字匹配滤渡/相关性能(系统的处理增益和误比特率)的影响,给出理论分 析及计算机模拟结果 用最优化方法研究最佳软限幅问题;指出增加量化比特数与引入抖动噪声 相比能更有救地改善系统性能,而且只要采用三比特的量化就能使系统性能接近无穷量他的效 果.文中还讨论了取洋间隔以及噪声的归一化带宽对系统性能的影响。本文的结果可为台理设计 直扩数字匹配撼披器,相关器提供必要的理论依据。
Soft limiter effect of quantization and sampling intervals on the order of DS digital matched filter performance Guo South 1996 In this paper, a typical quantization AID transform quantization noise and improved jitter inverted t examine several parameters on the digital direct sequence spread frequency (DS/SS) digital matched filter crossing/relative performance (system processing gain and bit error rate) of given theoretical analysis and computer simulation results using optimization method of optimal soft limiter problem pointed out that the increase in quantization bits Number and introduce jitter noise can be more saved than to improve system performance, and as long as the three-bit quantization of the system performance can be substantially infinite amount of his effect. The paper also discusses the fetch interval and ocean noise normalized bandwidth impact on system performance. The results of this paper designed for station management shake Phi DS digital matched device, prov (2013-11-12, Others, 156KB, 下载3次)

http://www.pudn.com/Download/item/id/2398531.html

[matlab编程] Hough

用HOUGH检测直线的时候是两个未知量,因为轴半径和相角可以确定一条直 线,在HOUGH域出现累计最大点就可能是原域中的直线。现在回到圆的检测 上来,确定一个圆需要什么:X坐标,Y坐标,半径三个未知量吧,好了,现在, 你做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长 进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如 果你的X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径
The HOUGH detect straight when two unknown amount of axis radius and phase angle can be determined in a straight line, in the HOUGH domain cumulative maximum point may be the straight line of the original domain. Now back to the circle detection up to determine what a circle: X coordinate, Y coordinate, radius three unknowns, now, you do the HOUGH domain of a three-dimensional space, three to three unknown quantity as axis, in accordance with a certain step size triple loop, is such that in the innermost loop, X, and Y determined search for a different radius, If you X, Y, exactly is the actual image of the X, Y, at the radius radius of the search to the actual real (2013-03-03, matlab, 45KB, 下载8次)

http://www.pudn.com/Download/item/id/2145994.html

[matlab编程] MATLAB_SIMULINKjidianqi

介绍了利用Matlab中的Simulink及PSB工具箱建立线路距离保护仿真模型的方法,并用S函 数编制相间距离保护和接地距离保护算法程序,构建相应的保护模块,实现了三段式距离保护。仿真结 果表明,所建立的三段式距离保护模型能够正确反映在保护区内的不同类型的短路故障并发出动作信号,使断路器跳闸实现输电线路的保护功能。
A distance protection simulation model of transmission line was established by using Simulink and SimPowerSystem toolbox inMatlab. S-function was used to programe the distance protection of phase faults and earth faults and the relevantprotectionmodelswere created to build distance protection.The simulation results show that the three-stage distance protectionmodel can respond to allkinds of faultswithin protection zones correctly and send correct signal to the breaker of the line. (2012-05-07, matlab, 50KB, 下载219次)

http://www.pudn.com/Download/item/id/1858608.html

[matlab编程] Phase-unwrapping-algorithm

对于InSAR 系统,当波长较长时,干涉图条纹频率较低,相位解缠容易,但反演的高程精度较低 而当波长较短时,干涉图条纹频率较高,相位解缠困难,但反演的高程精度较高. 为了充分利用多波段 InSAR 干涉相位之间的互补信息,设计了利用中国余数定理的多波段InSAR 相位解缠方法,采用由DEM 仿真的多波段干涉图进行了相位解缠实验,得到了理想的解缠结果,成功解决了因地形起伏较大或基线较长而引起的干涉相位欠采样处的相位解缠难题.
For the InSAR System熏when the wavelength is longer熏the frequency of fringes will be lower熏the phase unwrapping will be easier熏and the accuracy of derived heights will be lower. However熏when the wavelength is shorter熏the frequency of fringes will be higher熏the phase unwrapping will be more difficult熏and the accuracy of derived heights will be higher. In order to make the best use of compensatory information in multi鄄band InSAR phases熏the phase unwrapping algorithm with the Chinese Remainder Theorem for multi鄄band InSAR is designed. The multi鄄band interferograms simulated from DEM are applied to do phase unwrapping experiments. The satisfying phase unwrapping results are obtained. The difficulty in phase unwrapping of sub鄄 sampling interferometric phases due to great hypsography or longer baseline is removed. (2012-03-22, PDF, 6622KB, 下载63次)

http://www.pudn.com/Download/item/id/1802788.html

[matlab编程] iris_deta

基于博弈论的认知无线电频谱分配模型基于博弈论的认知无线电频谱分配问题,是目前认知无线电领域的研究热点之一。文章首先阐述如何利用博 弈论对认知无线电进行分析,提出算法设计需要解决的四个方面的基本问题。
Cognitive radio spectrum allocation model based on game theoryGame theory-based cognitive radio spectrum allocation problem is one of the focus in the field of cognitive radio. The article first describes how to use the Bo The game theory analysis, the cognitive radio algorithm design need to address four basic questions. (2012-03-17, matlab, 1KB, 下载231次)

http://www.pudn.com/Download/item/id/1797215.html

[matlab编程] nls4

这个程序只合适计算k=1 (也就是Lcd=1),对于其他k值,一些参数要做适当变化。这也是soliton format 不宜用于非线性耦合开关的一个原因。它使问题复杂化。这个程序是计算孤子格式化下的非线性薛定格方程组,程序中的方程与我们之前的博文提供的程序的方程不同。我们当初做这个仿真的目的,一方面要重复 S. Trillo, S. Wabnitz, E. M. Wright and G. I. Stegman, 在他们论文“Soliton switching in fiber nonlinear directional couplers.” Opt. Lett. Vol.13, No.8, pp672-674(1988) 的仿真结果,以确保我们程序是正确的。另一方面要以己之矛攻己之盾。当时,孤子开关用孤子归一化的非线性薛定格方程描述已经广泛被接受和使用。很多人因为他们孤子开关的工作,也获得了重要的学术地位,要想发一篇跟他们之前的工作不同的观点的文章是很困难的。那些审稿的人,不是他们本人,就是学生或粉丝。图1中的曲线跟我们其它文中的曲线有很大不同,这是因为在这里输入脉冲是bsech(bt),因而输入脉冲的脉宽跟脉冲幅度一起变化,而其他地方我们只考虑脉冲幅度的变化,因为脉宽的变化已经包含在参量Lcd 中了。
This Matlab file solves the nonlinear Schrodinger equation in soliton format (2011-09-12, matlab, 2KB, 下载14次)

http://www.pudn.com/Download/item/id/1644368.html

[matlab编程] 2010-08-26

FNFB模擬,本論文旨在針對一自平衡兩輪電動車,發展兩種智慧適應運動控制策略及其嵌入式控制器研製技術。本文使用三星S3C2410 ARM處理器製作一台嵌入式控制器,用以實現所提的智慧適應型運動控制策略。藉由已發展的非線性數學模型,兩種結合模糊基礎網路(FBFN)之智慧適應型運動控制策略被提出,用以達成速度追蹤與轉向角速度控制。第一種智慧適應型運動控制方法使用模糊基礎網路近似學習模型不確定與時變的摩擦力,而第二種智慧適應型運動控制方法則採用模糊基礎網路直接學習該非線性控制器的能力。電腦模擬及實驗結果證實本文所建立的控制器有能力提供適當的控制動作,使得車體依照駕駛者的需求動作。
FNFB simulationThis thesis develops techniques for intelligent adaptive motion control and implementation of a self-balancing two-wheeled transporter. An embedded controller using Samsung S3C2410 ARM-9 processor is constructed to implement proposed motion control laws. With the nonlinear model of the vehicle, two kinds of intelligent adaptive motion controllers using fuzzy basis-function networks (FBFNs) are respectively proposed to achieve speed tracking (2011-03-10, matlab, 6197KB, 下载87次)

http://www.pudn.com/Download/item/id/1450515.html

[matlab编程] CarryoutheAnimationResultinMATLAB

在MATLAB中实现动画效果 摘要: MATLAB是 MathWorks公司开发的新一代的科学与工程计算软件, 已经成为全球应用最广泛最流行的软件之一。随着该软 件应用的不断普及, 用户对其动画功能的需求也在不断增加。该文主要介绍了在 MATLAB 中实现程序动画、 Flash 动画和影片动画等效 果的方法。具有较强的针对性、 代表性和实用性。
To achieve animation effects in the summary of MATLAB: MATLAB is a MathWorks has developed a new generation of scientific and engineering computing software, has become the world' s most widely used one of the most popular software. With the growing popularity of the software applications, user demand for its animation capabilities are constantly increasing. This paper introduces the program is implemented in MATLAB animation, Flash animation and video animation and other effects of the method. Highly targeted, representative and practical. (2010-12-25, PDF, 232KB, 下载4次)

http://www.pudn.com/Download/item/id/1392894.html

[matlab编程] 1

出效果 图,大大提高工作学习效率,对于工程应用和图像处理教学方面有着非常好的辅助性作用,下阶段的任务就是把图像处理的主要技 术方法系统地用MATLAB 实现,从而建立起一套基于MATLAB 的图像处理试验平台,为相关行业的工作学习技术人员提供有效的 参考工具。 本文作者创新点:本文提出了基于MATLAB 的图像处理功能解决图像处理技术一系列理论方法的实现途径,为快速高效实现 图像处理各种效果提出了行之有效的解决方法。 参考文献: [1] 张博夫,梁凯琦.MATLAB 环境下的数字图像处理入门实验[J].现代教育技术,2007,6(2):37-39. [2] 胡学龙,许开宇.数字图像处理[M].北京:电子工业出版社,2006. [3] 何东健.数字图像处理[M].2 版.西安:西安电子科技大学出版社,2008. 李昕等:基于MATLAB 的数字图像处理 1981__
Evaluation[J].IEEE Trans.On Pattern Analysis and Machine Intelligence,1998,20(8):777-788. [5] Candela G T, Gtother P J, Watson C I, et al. NISTIR 5467, PCASYSA Pattern-lever Classification Automation System for Fingerprints [R].1995. (2010-06-12, C++ Builder, 8KB, 下载6次)

http://www.pudn.com/Download/item/id/1210658.html

[matlab编程] paikepdf2

本文将排课五要素绑定、封装成课元、课栈两个向量,并以二维权值矩阵描述课元 和课栈之间的关联系。 提出了最佳匹配和遗传算法的排课算法,以随机生成的二维数字矩阵来反映课元和 课栈的关联权重,对数字矩阵组处理和最佳匹配得到的匹配偶图组为遗传算法的初始种 群,以排课各种原则的加权和为目标函数,在遗传算子控制下迭代来寻求更优的匹配结 果即使目标函数最小的偶图匹配结构,进而得到满意的排课结果。 提出了关联匹配和禁忌搜索的排课算法,以随机二维数字矩阵描述课元和课栈之问 的关联权重,按照重权优先并根据正确性原则进行约简,获得课元和课栈之间的匹配偶 图。在此基础上,引入禁忌搜索算法,以排课的完备性原则、合理性原则和人性化原则 的加权和为目标函数,以随机二维权值矩阵生成的匹配偶图为初始解,对二维权值矩阵 进行扰动构成搜索邻域,以生成的匹配偶图为禁忌对象,采用全局藐视准则,获得最优 的排课方案。 以Matlab为平台,利用Excd数据库和Mallab的互联实现数据交换,编写了两套 算法的应用程序,通过实例来验证两套排课算法,结果表明两套算法是可行的。
Arranging the five elements of this paper, binding, packaging into a class element, class stack of two vectors and matrices described by two classes per Rights And the relationship between class stack link. Offers the best match and Genetic Algorithm Platoon algorithm to randomly generated two-dimensional figures to reflect the class element and matrix Class stack associated with weight, the digital matrix group received treatment and the best matching group bipartite graph matching the initial kind of genetic algorithm Group to the weighted course arrangement of principles and the objective function, under the control of the genetic operator iteration to seek the better match Results Results even if the objective function structure of the smallest bipartite graph matching, and then Timetabling satisfactory results. Match the proposed association Timetabling algorithm and tabu search, a random two-dimensional digital matrix element and the class description class stack of Q (2010-05-13, matlab, 1770KB, 下载130次)

http://www.pudn.com/Download/item/id/1170161.html

[matlab编程] HHT_CODE1

HHT MATLAB CODE HHT是一個客觀而有自適性(adaptive)的數據分析方法。它利用物理空間的尺度為基準分解複雜數據,因此各分量皆有豐富的物理意義。由於它有自適的特性,它可以適用於分析非線性,非穩定性過程所產生的數據。經過近數年來的廣泛研究與應用,HHT已被認定為是一個有革命性又有效的方法。
HHT MATLAB CODE (2009-10-14, matlab, 266KB, 下载8次)

http://www.pudn.com/Download/item/id/938007.html

[matlab编程] project3

一个多目标跟踪的matlab代码,里面附有说明文档。其中背景差分法可以实现实时更新。该代码在检测与跟踪少量目标时效果很好,但是跟踪目标大于8后,效果下降很多
A multi-target tracking matlab code, which accompanied by a document. One of the background difference method can achieve real-time updates. The code detection and tracking at the time a small number of very good goal, but follow-up after the goal is greater than 8, the effect of decline in a lot of (2009-03-28, matlab, 92KB, 下载1284次)

http://www.pudn.com/Download/item/id/692073.html

[matlab编程] sudo7matlab

這是一個求數獨遊戲的m-file 在matlab的命令窗口 鍵入>> sudo7 或者run sudo7 的m-file 之後在 9x9 的方格內 填入 數獨的問題 按下 "計算是否有解" 的功能鍵 若不是存在多組的解,則可以 按下 "顯示結果" 的功能鍵, 也可以載入作者測試的"date1"或"date2" 但不可載入及修改"condition"
This is a Sudoku game for the m-file in matlab command window type>> sudo7 or run sudo7 the m-file after the box in the 9x9 Sudoku Fill in the question of pressing the calculate whether the solvability feature key if it were not for the existence of multiple solutions, you can press the show results of the function keys can also be included in the authors test date1 or date2 but not loading and modification of condition (2008-10-23, matlab, 19KB, 下载2次)

http://www.pudn.com/Download/item/id/566228.html
总计:139