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

搜索资源列表

  1. Imageprocessing.rar

    2下载:
  2. 包括图像分析的四部分代码:matlab扩散和高斯函数,线性扩散,线性复扩散,非线性扩散。,It contains four parts: [1]MATLAB function:diffusion.m gauss.m [2]Linear diffusion Applying linear diffusion to images creating linear scale-space. MATLAB code: demo_lin.m Image: haifa1.bmp [3]Li
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:240077
    • 提供者:吴豪科
  1. Duda-Pattern Classification Duda《模式分类》第二版

    5下载:
  2. Duda《模式分类》第二版第1、3、5章部分课后习题和上机题的解答和程序代码-Duda pattern classification, the second edition of the first chapter 1,3,5 some after-school exercises and answers questions on the machine and program code
  3. 所属分类:matlab例程

    • 发布日期:2012-09-27
    • 文件大小:71882
    • 提供者:yuhua
  1. KPLS

    7下载:
  2. 基于核函数的偏最小二乘算法,先对原矩阵进行核函数非线性变化,再用非线性迭代求解-Kernel-based partial least-squares algorithm, first the original non-linear function of changes in the nuclear matrix, and then non-linear iterative solution
  3. 所属分类:matlab例程

    • 发布日期:2013-12-02
    • 文件大小:749
    • 提供者:书虫
  1. RS_encod_decod

    2下载:
  2. 自从发表《RS纠错编码原理及其实现方法》以来,收到很多初识RS编码的读者的来信, 大家纷纷表示这篇文章对初学者很有帮助,但同时也指出了很多不足。比如第一版的例子中都是按照码长 , 但在实际应用中并不总是这种情况,还有就是MATLAB程序,由于作者在工程中是在DSP上用C实现的, 所以文章中的MATLAB程序只是用来说明问题,并没有经过调试。做事应该有始有终,这次修改, 附有详细的经过调试的MATLAB程序。并尽量做到程序具有通用性。-Since the publication o
  3. 所属分类:matlab

    • 发布日期:2016-03-30
    • 文件大小:924015
    • 提供者:陈文礼
  1. gpc

    1下载:
  2. 阶梯式广义预测控制的程序,单值广义预测控制,有纯滞后的阶梯式广义预测控制,一般有纯滞后的GPC及带迟滞的一阶环节辨识-Step-by-step procedures for generalized predictive control, single-valued generalized predictive control, a pure time-delay ladder-type generalized predictive control, are generally of the G
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:12059
    • 提供者:夏来
  1. ECG

    2下载:
  2. 该代码首先对ECG信号进行消噪过滤,并且对信号进行平方,加窗等处理,最后用于对QRS波形的检测,压缩文件内同时包含了2个心电数据信号,可直接用于测试-The code first ECG signal de-noising filter, and the square of the signal, such as window handle, and finally used for the detection of QRS waveform, at the same time compress
  3. 所属分类:matlab例程

    • 发布日期:2017-05-03
    • 文件大小:694206
    • 提供者:zhengp
  1. ACOUCP

    0下载:
  2. 无约束连续函数优化的人工蚁群算法通用MATLAB源码 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解 -Unconstrained optimization of continuous function of artificial ant colony algorithm for general-purpose MATLAB source code。 This sour
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1701
    • 提供者:孙准
  1. selfspline

    0下载:
  2. 第一,二种边界条件的三次样条插值法matlab代码-First, the two kinds of boundary conditions of the cubic spline interpolation matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:798
    • 提供者:张米
  1. Rombegrg

    0下载:
  2. 录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。 编写函数f(x)的代码如下: Romberg算法¨ function z=f(x) if (x~=0) z=sin(x)/x else z=1 end 备注:在实验代码中,首先输入必要的变量的值如下: a=0 b=1 tol=1e-8 待查询检查通过,开始输入执行代码 设置格式format short g查看u的值和sin(u)的值: -Inp
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:21528
    • 提供者:kice
  1. matlab_Graphics_applications_2

    0下载:
  2. 分别给出了饼图的绘制、阶梯图、枝干图、罗盘图、轮廓图、交互式图形、变换的傅立叶函数曲线、劳伦兹非线形方程的无序活动、填充图、条形图和阶梯形图matlab的样例代码,简单实用。-Drawing pie charts are given respectively, ladder diagram, branches map, compass map, contour maps, interactive graphics, the Fourier transform function curves, L
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1818
    • 提供者:秦关
  1. control_system_analysis_xuedingyu

    0下载:
  2. 这是大名鼎鼎的薛定宇的《控制系统计算机辅助设计》(第一版)的代码。第一版与第二版区别还是挺大的。-It is famous on Compensation for " Computer Aided Control System Design" (first edition) code. First edition and second edition of the difference is big.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:20666
    • 提供者:control
  1. newproject

    0下载:
  2. this code first reads an image and decomposed it in discrete wavelet transformation.hl1 and hl2 are extracted to embed watermark. watermark is added to hl1 and lh1 and inverse dwt is applied.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1952
    • 提供者:srinivas
  1. pca

    0下载:
  2. 该代码为PCA主成分分析,可用于特征选择,选取贡献最大的前三个主成分-The code for the PCA principal component analysis, can be used for feature selection, select the largest contribution to the first three principal components
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1643
    • 提供者:vivi
  1. csdp6.1.0winp4

    0下载:
  2. 一个求解半正定规划的数值算法包,包括 C 语言实现的源代码和 MATLAB 的调用接口。这是目前项目发布的最新版本 6.1.0。-Copyright 1997-2010, Brian Borchers. This copy of CSDP is made available under the Common Public License. See LICENSE for the details of the CPL. CSDP is a software package f
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1344764
    • 提供者:bsmyht
  1. code

    0下载:
  2. MIT的EECS学院本科新生入学第一门课程introduction_to_cs&programming的作业答案,也是学习python语言和计算机科学很好的资料。-Institute of MIT' s EECS undergraduate admission first course introduction_to_cs & programming operating the answer is to learn good python language and computer
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:489519
    • 提供者:cdg
  1. DFS-first-algorithm

    1下载:
  2. DFS优先算法Matlab代码,十分强大!-DFS first algorithm Matlab code is very powerful!
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3790
    • 提供者:王彤
  1. first

    0下载:
  2. THE FIRST MATLAB CODE
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1963
    • 提供者:ncho157
  1. Code

    1下载:
  2. 改程序包里包含中值、均值滤波、自适应中值滤波和一种改进的椒盐噪声滤波程序,前三种是给第四种作对比的,第四种方法对椒盐滤除效果很好。-Change the program package contains the value, mean filtering, adaptive median filter and an improved impulse noise filtering program is the first three compare to the fourth, the four
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4827
    • 提供者:刘剑桥
  1. adaptive-first-order-pertubation

    2下载:
  2. 本程序运用一阶扰动理论自适应特征值方法的跟踪信号子空间,然后运用ESPRIT算法 跟踪信源的时变DOA-this matlab code(program) apply the First-Order Perturbations trak the signal subspace and eigenvalues,and then perform the time-variant or time-invariant DOA through the subspace tracked via the
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:2001774
    • 提供者:hehe
  1. wavelet-MATLAB-code

    2下载:
  2. 实现以下功能:装载信号;完成信号的单尺度一维离散小波分解;从系数中重构低频部分和高频部分;显示高频和低频部分;由小波逆变换恢复信号;多层一维分解;提取系数的低频和高频部分;重构第3层的低频系数;重构第1、2、3、4、5层的高频信号;重构原始信号并显示-Achieve the following functions: load signal complete signal single-scale one-dimensional discrete wavelet decomposition r
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1214
    • 提供者:王艳
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com