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

搜索资源列表

  1. matlab-signal

    0下载:
  2. 用c语言实现下列的数字信号处理算法 1.离散傅里叶级数合成连续周期信号 2.DIF FFT 测试程序 3.将输入数据的幅度画出图形 4.使用FFT实现快速卷积 5.使用FFT实现快速相关 6.取样混迭演示程序 -language used to achieve the following digital signal processing algorithms 1. Discrete Fourier series synthetic signal two conse
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:19741
    • 提供者:胡叶
  1. jpeglsv2.2

    0下载:
  2. JPEG连续色调静止图像无损压缩的最新标准JPEG LS的C语言实现,还带有一个很友好的图形用户界面,那些学习图像编码的工程师可以参考一下这个实现的源代码。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:868033
    • 提供者:王晓丹
  1. C-MATLAB6.5_for_M_file

    0下载:
  2. C语言实现MATLAB 6_5中M文件的方法 。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:165833
    • 提供者:rolandwen
  1. code.rar

    0下载:
  2. matlab仿真通过的降噪程序,提供c语言实现的各种降噪算法。还包括对椒盐噪声有很好抑制作用的一组新算法。,matlab simulation of the noise reduction process through the provision of a variety of c language to achieve noise reduction algorithm. Also includes a very good inhibition of salt and pepper nois
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:596519
    • 提供者:yang
  1. TheFirstExpT

    1下载:
  2. C语言实现数字信号处理信号过系统(FIR、IIR型滤波器,含画图子函数。) 需:include"graphcis"-C-signals over the digital signal processing systems (FIR, IIR filters, including drawing subroutine.) Must: include " graphcis"
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:1173
    • 提供者:wang
  1. gmsk_mod_demod

    1下载:
  2. GMSK C语言实现其调制和解调,并提供了仿真程序-gmsk modulation——demodulation
  3. 所属分类:matlab例程

    • 发布日期:2013-12-17
    • 文件大小:3674
    • 提供者:chen yu
  1. MarkovFeatures

    0下载:
  2. 图像JPEG系数域,Markov 900维 特征提取,Matlab 下,C语言实现-Image JPEG coefficient domain, Markov 900-dimensional feature extraction, Matlab under, C language
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:29185
    • 提供者:邓果
  1. c_kriging01

    2下载:
  2. kriging(克里金插值法)的C语言实现。kriging在各个领域都有广泛的研究-the simulation of kriging by C, the kriging algorithm has become more and more popular in many area.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:13214
    • 提供者:chitty
  1. PID-c

    0下载:
  2. 一个用Visual C语言编写的PID控制程序,在MATLAB上运行实现。-A language with Visual C of PID control procedures, running in MATLAB to achieve.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:14149
    • 提供者:haze
  1. Lab0503-FFT

    0下载:
  2. FFT蝶形运算,C 语言,可有MATLAB M 语言转换实现-FFT butterfly computation, C language, MATLAB M language can be converted to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:5109
    • 提供者: liu yang
  1. Mat

    1下载:
  2. 对MATLAB的MAT文件进行读书,用C++语言实现-read and write mat files, using C++ Language
  3. 所属分类:matlab例程

    • 发布日期:2014-03-20
    • 文件大小:2609
    • 提供者:林海
  1. code2009

    1下载:
  2. 利用极大似然估计算法实现瞬时频率估计,主要采用c++语言实现-with the maximum likelihood estimation ,get instant frequence,it over with C++ code
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:612586
    • 提供者:leaf
  1. yuyinchulichengxv

    1下载:
  2. 对给定语料估计其基音周期。 要求用MATLAB或C语言实现有关基音检测算法,并给出检测结果。 -For a given corpus to estimate the pitch period. Required to use MATLAB or C language realization of the pitch detection algorithm, and gives test results.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:7167
    • 提供者:飞扬
  1. fir

    0下载:
  2. 在TMS320C54x系统开发环境CCS(Code Composer Studio)下对FIR滤波器的DSP实现原理进行讨论。利用C语言设计相应的滤波器,通过实验仿真,从输入信号和输出信号的时域和频域曲线可看出在DSP上实现的FIR滤波器能完成预定的滤波任务。
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:317854
    • 提供者:Sandy
  1. floyd

    0下载:
  2. C语言实现弗洛伊德路径搜索,同时为了提供接口,使用命令行方式给出原始矩阵地址,并且也已txt文本形式将结果保存。测试效果:一个需要在MATLAB中运行8秒的矩阵,在使用该程序时,总共只用了5秒(MATLAB初始化数据+调用该程序+该程序运行+返回至MATALB所用的时间)。而在MATLAB中使用该程序与调用函数相差不大。-C language Freud path search, and in order to provide an interface, use the command line
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:20282
    • 提供者:wjn_nb
  1. butterworth--in-C

    0下载:
  2. matlab中的巴特沃斯滤波器的C语言实现-matlab butterworth filter in C language
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:100849
    • 提供者:su
  1. 混合蛙跳C语言

    0下载:
  2. 用C语言编程实现的混合蛙跳算法(SFLA),该算法于2003年首次提出~!(The shuffled frog leaping algorithm with C language programming (SFLA), the algorithm is put forward for the first time in 2003!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:2629632
    • 提供者:燃烧男孩
  1. hilbert

    0下载:
  2. matlab程序hilbert的c语言实现版 对于数据量大于64,可能会成为死循环。(The C language implementation version of the matlab program Hilbert If the amount of data is greater than 64, it may become a dead cycle.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:164864
    • 提供者:孙明
  1. 2466992src

    1下载:
  2. 希尔伯特黄变换的C语言实现,包括希尔伯特谱分析,瞬时频率的求解等。(Hilbert Huang Transform C language, including Hilbert spectral analysis, such as instantaneous frequency solution.)
  3. 所属分类:matlab例程

    • 发布日期:2018-11-08
    • 文件大小:32768
    • 提供者:墨墨梦瑶
  1. NSGA-II算法C语言代码

    2下载:
  2. 基于NSGA-II算法原理,利用C语言实现了交叉、变异、以及非支配排序、拥挤度计算等算法模块。
  3. 所属分类:matlab例程

« 12 3 4 5 6 »
搜珍网 www.dssz.com