CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - algorithms in c

搜索资源列表

  1. matlabcode

    0下载:
  2. 用C++实现的数字图像处理各个算法源代码 我精心整理的 很难的啊 希望可以给大家带来帮助-With C++ Achieved in various digital image processing algorithms source code, I carefully sorted out very difficult ah hope that we can bring help to everyone
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:10.83mb
    • 提供者:申月
  1. IntroductiontoSignalProcessing

    0下载:
  2. Introduction to Signal Processing 书的源代码,里面有非常多的数字信号处理算法,很多都是工程使用的,理论上也很有参考价值.是用matlab和C语言写的。-Book Introduction to Signal Processing of the source code, there are an awful lot of digital signal processing algorithms, many of which are used in the proj
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:42.8kb
    • 提供者:yangjun
  1. TheResearchofSpatialSpectrumEstimationAlgorithminS

    0下载:
  2. 智能天线技术是第三代移动通信系统的关键技术之一,也是国内外热门的研究课题。由于无线移动通信的信道传输环境具有复杂性和不确定性,存在多径衰落和时延扩展,因此造成了符号间串扰、同信道干扰、多址干扰等,这些干扰降低了链路性能和系统容量,智能天线技术是解决以上问题的方法之一。 本文首先阐述了智能天线和白适应波束形成的基本理论,然后对自适应算法进行了研究。对一些基本的自适应算法最小均方算法、恒模算法及递推最小均方算法进行了分析讨论,用计算机仿真的结果论证了算法的性能。针对相干干扰介绍了空间平滑技术,对传统
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4.24mb
    • 提供者:王强
  1. FCMandCFCM

    1下载:
  2. FCM算法是应用最广泛的聚类分析方法之一,CFCM也是模糊数学中的一种聚类分析算法。 现在给出的这两个算法是C++代码实现的。 -FCM algorithm is the most widely used method of cluster analysis, CFCM is a kind of fuzzy clustering analysis in the algorithm. Now given by the two algorithms is the C++ code to achi
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:57.11kb
    • 提供者:蒋雯倩
  1. optnumber_det

    0下载:
  2. Fuzzy C-mean Clustering algorithm for wireless sensor networks
  3. 所属分类:matlab

  1. equalization

    4下载:
  2. 实现数字音频信号的幅频均衡,采用了lms算法和rls算法,有MATLAB的simulink模型,和m文件,还有部分c程序,已经本人完全测试过。-Digital audio signal of the amplitude-frequency equalization, using lms algorithm and rls algorithms, there are MATLAB-simulink model, and the m file, as well as part of the c pr
  3. 所属分类:matlab

    • 发布日期:2014-05-26
    • 文件大小:1.09mb
    • 提供者:xiaohuo
  1. LSM22

    0下载:
  2. nonlinear least squares algorithms in C/C-nonlinear least squares algorithms in C/C++
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:536.74kb
    • 提供者:chxspace
  1. FCM

    0下载:
  2. 采用不同算法编的一些模糊C-均值聚类(FCM)的matlab程序。-Compiled using a number of different algorithms of fuzzy C-means clustering (FCM) in the matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5.15kb
    • 提供者:温黎茗
  1. mxTV

    0下载:
  2. 全变差图像处理Matlab程序,for the paper: "Algorithms and Software for Total Variation Image Reconstruction via First-Order Methods, Numerical Algorithms"-Software for Total Variation Image Reconstruction (for Matlab Version 7.5 or later) "mxTV" is a software
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:382.45kb
    • 提供者:l
  1. DSP_Chuguangshu

    0下载:
  2. 《数字信号处理——理论、算法与实现》胡广书 书配光盘程序 本光盘共包含三个子目录,分别是DSP_FORTRAN, DSP_C和DSP_MATLAB。DSP_FORTRAN和DSP_C各含有约40个信号处理的子程序,概括了书中所涉及到的绝大部分算法。程序分别由FORTRAN语言和C语言编写(MA模型、ARMA模型及最小方差谱估计三个算法只给出了用C语言编写的程序, 没有给出相应的FORTRAN子程序),并在PC机上调试通过。编译环境是FORTRAN77 V5. 10和TURBO C2.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:41.91kb
    • 提供者:郭伟
  1. C

    0下载:
  2. K最近邻(K-Nearest Neighbor,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。-K nearest neighbor (K-Nearest Neighbor, KNN) classification algorithm, is a more mature approach in theory is the simplest machine learning algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2.65kb
    • 提供者:Echo
  1. VCPPcall-DLL-generated-from-Matlab

    1下载:
  2. 将Matlab中现成的数学函数编译为动态链接库,供VC调用,可以省去工程应用中要编写各种C++数学算法的烦恼。这几个工程是我总结的几个案例,分别是VC6.0和VS2008下调用Matlab r2010a生成的dll的例子,还包括2个我自己做的矩阵求逆和数值积分的例子。-Will be ready in Matlab mathematical functions compiled to a dynamic link library for VC call, eliminating the need
  3. 所属分类:matlab

    • 发布日期:2014-05-18
    • 文件大小:5.77mb
    • 提供者:蔡浩宇
  1. APO

    1下载:
  2. 拟态物理优化算法在无线传感器网络中的应用,采用C++/matlab混合编程。-Proposed artificial physical optimization algorithms in wireless sensor networks, using the C++/Matlab hybrid programming.
  3. 所属分类:matlab例程

    • 发布日期:2013-05-25
    • 文件大小:17.05kb
    • 提供者:李辉
  1. demo3_Rohrs

    1下载:
  2. This the demo file for Rhors counter example: adaptive control for system with unmodeled dynamics, which show the lack of robustness of the traditional MRAC. DoSims.m: This scr ipt initializes the model parameters, run the simulation, and plot
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:27.67kb
    • 提供者:mo
  1. ACADOtoolkit-1.0.2613beta

    0下载:
  2. ACADO Toolkit is a software environment and algorithm collection written in C++ for au-tomatic control and dynamic optimization. It provides a general framework for using a great variety of algorithms for direct optimal control, including model pre
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:4.04mb
    • 提供者:sharan
  1. integration

    0下载:
  2. Integrating m-files functions and algorithms in C++ applications-Integrating m-files functions and algorithms in C++ applications
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:8.52kb
    • 提供者:machael
  1. hw2d

    0下载:
  2. Obtain the solution using graphical method c. Obtain the solution using analytical method, i.e., conditions of optimality d. Obtain the solution using Steepest Descent Method e. Obtain the solution using Netwon’s method f. Obtain the solution using
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.61kb
    • 提供者:Volkan
  1. gpml-matlab-v3.6-2015-07-07

    2下载:
  2. 这是一个高斯过程回归和分类工具箱,功能非常齐全,可以为解决高斯过程相关的问题提供很多帮助- GAUSSIAN PROCESS REGRESSION AND CLASSIFICATION Toolbox version 3.6 for GNU Octave 3.2.x and Matlab 7.x Copyright (c) by Carl Edward Rasmussen and Hannes Nickisch, 2015-07-07. 0) HOW
  3. 所属分类:matlab

    • 发布日期:2016-09-22
    • 文件大小:976kb
    • 提供者:
  1. nrtps_schedule

    5下载:
  2. 分组调度算法中三种基本的调度算法,轮询(RR)、最大载干比(Max C/I)以及比例公平调度算法(PF)的MATLAB编程,对吞吐量、公平性以及时延性的仿真实现过程。((RR), Max C / I and MATLAB programming, the simulation of throughput, fairness and delay in the three basic scheduling algorithms, packet scheduling algorithm Impleme
  3. 所属分类:matlab例程

  1. bfgs

    2下载:
  2. BFGS算法(BFGS algorithm),是一种逆秩2拟牛顿法。Hk+,满足拟牛顿方程的逆形式Hk+}少一、k=s.当Hk正定且(,',少)}0时Hkh,也正定,因此,由BFGS修正确定的算法xk+} - xk - HkF Cxk)是具有正定性、传递性的拟牛顿法,它也是无约束优化中最常用的、最稳定的算法之一这种算法是布罗依丹(Broy-den,C. G.)于1969年,以及弗莱彻(Fletcher , R. ) ,戈德福布(Goldforb,D. )、香诺(Shan no, D. F.)于1
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:ranin
« 12 3 »
搜珍网 www.dssz.com