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

[matlab编程] decomposition

按照算法步骤对IRIS数据进行仿真,IRIS数据是由鸢尾属植物的三种单独的花的测量结果所组成,模式类别数为3,特征维数是4,每类各有50个模式样本,共有150个样本。首先使用分解聚类算法分离出第一种鸢尾属植物,再对剩余的所有样本进行第二次分解聚类,得出第二种鸢尾属植物和第三种鸢尾属植物。
Decomposition clustering algorithm (2020-06-13, C/C++, 2KB, 下载1次)

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

[matlab编程] 最优化原理与方法实验报告

通过本次实验熟练使用MATLAB软件进行一维搜索并学会具体问题具体分析,通过MATLAB实现: 1. 0.618法的MATLAB实现 2. Fibonacci法的MATLAB实现
Through this experiment skilled use of MATLAB software to conduct one-dimensional search and learn to analyze specific problems, through MATLAB to achieve: Realization of 1.0.618 Method with MATLAB 2. Realization of Fibonacci Method with MATLAB (2019-10-10, C/C++, 168KB, 下载0次)

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

[matlab编程] Fault Data Sets

美国凯斯西楚大学的轴承实验数据,大家可以自己试试调试下
The experimental data of bearings at case West Chu University in the United States, you can try and debug it yourself. (2019-01-24, C/C++, 50631KB, 下载5次)

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

[matlab编程] LMS

LMS算法程序,最小均方算法,感知器和自适应线性元件在历史上几乎是同时提出的,并且两者在对权值的调整的算法非常相似。它们都是基于纠错学习规则的学习算法。感知器算法存在如下问题:不能推广到一般的前向网络中;函数不是线性可分时,得不出任何结果。而由美国斯坦福大学的Widrow和Hopf在研究自适应理论时提出的LMS算法,由于其容易实现而很快得到了广泛应用,成为自适应滤波的标准算法。
LMS,The least mean square algorithm,sensor and adaptive linear elements are proposed at almost the same time in history,and the two algorithms are very similar in the adjustment of weight values.They are all learning algorithms based on error correction learning rules. The sensor algorithm has the following problems: It can not be generalized to the general forward network; When the function is not linear separability, no result can be obtained. The LMS algorithm proposed by Widrow and Hopf of Stanford University in the United States when studying adaptive theory was quickly widely used because of its easy implementation and became a standard algorithm for adaptive filtering. (2018-09-27, C/C++, 1KB, 下载1次)

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

[matlab编程] MUSIC算法

阵列信号处理MUSIC算法MATLAB代码,本代码基于线性一维阵列编写,包括MUSIC、MUM、RootMUSIC、SMUSIC。代码为学习过程中手动编写调试,适合初学者学习使用,代码可直接运行或者移植。
Array signal processing MUSIC algorithm MATLAB code, the code is based on linear one-dimensional array, including MUSIC, MUM, RootMUSIC, SMUSIC. Code for the learning process manual debugging, suitable for beginners to learn to use, the code can be directly run or transplant. (2018-07-11, C/C++, 4KB, 下载2次)

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

[matlab编程] Capon算法

阵列信号处理一维Capon算法和ECapon算法,MATLAB环境下编译通过,可直接仿真应用或移植。上传资料为本人学习中手动编写验证,适合初学者学习使用。
Array signal processing one-dimensional Capon algorithm and ECapon algorithm, compiled in MATLAB environment, can be directly applied to simulation or transplantation. Upload data for my learning manual verification, suitable for beginners to learn to use. (2018-07-11, C/C++, 1KB, 下载0次)

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

[matlab编程] Mie_matlab

Mie散射是求解球形散射体与电磁波场相互作用解析解的经典算法。Mie散射是目前应用广泛的粒子散射的最常用最基础的算法,在处理波长量级粒子散射的问题上有其他理论无可比拟的精度有意思的是,Mie散射根本不是一个独立的理论,它只是球形介质在麦克斯韦方程组下的解析解
Mie scattering is a classical algorithm for solving the interaction between spherical scatterers and electromagnetic fields. Mie scattering is the most commonly used and most basic algorithm of the widely used particle scattering. There is an unparalleled precision in dealing with the problem of wavelength particle scattering by other theories. Mie scattering is not an independent theory. It is only the analytical solution of the spherical medium under the Max Wei Fangcheng group. (2018-06-30, C/C++, 1111KB, 下载6次)

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

[matlab编程] mpc-master

MPC是一个轻量级和强大的解析器组合库。 使用MPC可能会对你感兴趣,如果你是… 构建一种新的程序设计语言 建立一种新的数据格式 解析现有的编程语言 解析现有数据格式 嵌入领域特定语言 实施格林斯潘第十法则
mpc is a lightweight and powerful Parser Combinator library for C. Using mpc might be of interest to you if you are... Building a new programming language Building a new data format Parsing an existing programming language Parsing an existing data format Embedding a Domain Specific Language Implementing Greenspun's Tenth Rule (2018-05-22, C/C++, 51KB, 下载0次)

http://www.pudn.com/Download/item/id/1526952921684174.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编程] vector-control

在 MATLAB 7/Simulink 环境下, 建立了永磁交流伺服电机的矢量控制系统模型, 并在速度环建立了基于模糊自整定 PID 控制的 FUZZY-pid 模型,对 PMSM 电机的位置控制和突加负载情况进行了仿真研究,并与基于常规 PID 的仿真结果进行 了对比,对比结果表明,采用模糊自整定 PID 控制算法,系统位置控制性能明显优于常规 PID 控制算法
Abstract: Established the simulation model for PMSM (permanent magnet synchronous motor) vector control system and the model of FUZZY-pid controller based on FUZZY self-tuning PID control algorithm in the environment of MATLAB 7/Simulink .Simulated the position control and the case of sudden load of PMSM. The simulated results were compared with that of PMSM vector control based on conventional PID, which indicated that the performance of PMSM vector control system by FUZZY self-tuning PID control algo rithm is obviously better than that by conventional PID control algorithm. (2015-11-19, C/C++, 1266KB, 下载32次)

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

[matlab编程] Digital-singal-processing

上传的文件是《数字信号处理理论、算法与实现》(第三版 胡广书著)配套光盘代码 即40个分别用FORTRAN 和C 语言编写的信号处理子程序 比如说经典功率谱估计 参数模型化功率谱估计 维纳滤波器 自适应滤波器 等经典算法
File upload digital signal processing theory, algorithms and implementation (third edition of the book with Hu Guang) supporting the CD code or 40, respectively, in FORTRAN and C language subroutines for example, the classic signal processing power spectrum estimation of the power spectral parameters of the model Wiener filter estimate adaptive filter algorithm classic (2015-01-22, C/C++, 4695KB, 下载132次)

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

[matlab编程] colormoments

用matlab实现color moments算法,先把rgb图像转换到HSV空间,然后计算每个分量的一二三阶矩,最后组成9维向量进行比较。
Using color moments algorithm matlab realize, first convert rgb images to HSV space, and then calculated for each component of the 123-order moments, the final composition of 9-dimensional vector for comparison. (2013-11-04, C/C++, 1KB, 下载6次)

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

[matlab编程] MATLABshiyongyuandaima

目录 1.图像反转 2 2.灰度线性变换 2 3.非线性变换 4 4.直方图均衡化 5 5. 线性平滑滤波器 6 6.中值滤波器 7 7.用Sobel算子和拉普拉斯对图像锐化: 8 8.梯度算子检测边缘 9 9.LOG算子检测边缘 11 10.Canny算子检测边 缘 12 11.边界跟踪 (bwtraceboundary函数) 13 12.Hough变换 14 13.直方图阈值法 16 14. 自动阈值法:Otsu法 18 15.膨胀操作 19 16.腐蚀操作 20 17.开启和闭合操作 21 18.开启和闭合组合操作 22 19.形态学边界提取 24 20.形态学骨架提取 25 21.直接提取四个顶点坐标 26 22.文件打开窗口 27
Contents 1 image reversal 22 23 gray linear transformation. Nonlinear transformation 44. Histogram equalization 55 linear smoothing filters 66. Median filter 77. Sobel operator and Rapp Las Image Sharpening: 88. gradient edge detection operator 9 9.LOG edge detection operator 11 10.Canny count of edge detection 1211. the border tracking (bwtraceboundary function) 1413 13 12.Hough transform histogram. threshold Law 1614 automatic thresholding method: Otsu 1815 expansion operation 1916. corrosion operation 2017. opening and closing operation of 2118. combination of opening and closing operation 2219. morphology boundary extraction 24 20 morphological skeleton extraction 2521 direct extraction of four vertex coordinates 2622 File Open window 27 (2013-05-10, C/C++, 113KB, 下载14次)

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

[matlab编程] clear

给原始信号加入噪声,然后让信号经过卡尔曼滤波器,比较原始信号、加噪声后信号及通过卡尔曼滤波器的信号的图像。
Adding noise to the original signal, and then let the signal through the Kalman filter, compare the original signal, the signal plus noise and the signal through the Kalman filter images. (2011-11-23, C/C++, 41KB, 下载30次)

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

[matlab编程] task

数值计算常用程序 牛顿法了 阿达姆斯了 雅克比 等十多个 本人自己编的 很适合初学者 C语言和matlab的 欢迎下载
Newton numerical procedure used the Adams Jacques ratio of more than 10, I made themselves very suitable for beginners are welcome to download (2010-05-28, C/C++, 844KB, 下载3次)

http://www.pudn.com/Download/item/id/1192227.html
12345
总计:95