CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab c B c

搜索资源列表

  1. vcFFT

    0下载:
  2. 这是本人写的用vc6.0调用matlab6.5的一个程序(使用matlab引擎),实现用FFT分析复谐波信号频谱,并调用matlab来显示最终的频谱。希望对各位有点帮助。也欢迎各位提意见。 matlab位于c:\\matlab6p5 操作系统是:windows2000 -I write this is the call matlab6.5 vc6.0 with a procedure (using Matla b engine) to achieve using FFT an
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:10085
    • 提供者:caozhui
  1. mexhandle

    0下载:
  2. you can pass C++ objects between different MEX functions without first converting to a MatLab compatible format-you can pass objects between different C ME X functions without first converting to a MatLa b compatible format
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:5056
    • 提供者:sunxiaodian
  1. Handwrittendigitalrecognition

    0下载:
  2. Handwritten digital recognition is made by matlab nerve network toolbox in visual c++.net-Handwritten digital recognition is made b y Matlab nerve network toolbox in visual c. net
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4100121
    • 提供者:barye
  1. Bsplin

    0下载:
  2. 计算B样条基的C程序,可以直接在matlab里调用-calculation of the B-spline - based C program can directly call the Matlab Lane
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1112
    • 提供者:葛荣雨
  1. toolbox_signal

    0下载:
  2. This toolbox implements the algorithm in a fairly general way in a C file that can be called from Matlab. It allows to perform the traditional NL-means for denoising (for both B&W and color images) but also to use an arbitrary set of patches to perfo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1406853
    • 提供者:张文国
  1. vcc_mex

    0下载:
  2. 一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方: a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦 b. 不能利用VC特有的ClassWizard自动创建和维护类 c. 不能用MFC类库编写应用程序 d. 不能方便地进行类似VC的项目管理 本文详细解说如何在IDE中编译MEX程序
  3. 所属分类:matlab例程

    • 发布日期:2014-01-16
    • 文件大小:11390
    • 提供者:Dean
  1. Matlab_pc_serial

    0下载:
  2. 结合单片机和M a t l a b 两者的优点,基于事件驱动的中断通信机制,提出一种Matlab 环境下PC 机与 单片机实时串行通信及数据处理的方法;完成单片机数据采集系统与PC 机的RS-232/RS-485 串行通 信及其通信数据的分析处理、文件存储、F I R 滤波及图形显示;简化系统开发流程,提高开发效率。 该方法已成功应用于一个P I C 1 6 F 8 7 6 单片机应用系统实例之中
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-16
    • 文件大小:151646
    • 提供者:pengrong
  1. TVL1_HCS_v1

    2下载:
  2. % May 2010 % This matlab code implements TVL1 based Hybrid Compressive Sensing using LSQR. % Only suitable the small scale data due to the costly storage and computation. % % A - M x N measurement matrix: random sampling alone or hybrid sampling (ran
  3. 所属分类:matlab例程

  1. SaliencyToolbox_V2.2

    0下载:
  2. 基于注意力机制,实现彩色图像显著区域提取.源于Dirk B. Walther-The SaliencyToolbox is a collection of Matlab functions and scr ipts for computing the saliency map for an image, for determining the extent of a proto-object, and for serially scanning the image with the focus
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4745549
    • 提供者:zgk
  1. SSMULT-2.0.1.tar

    0下载:
  2. 实现两个稀疏矩阵相乘(效率高于早期的Matlab自带的程序),Matlab编程 -SSMULT is a simple stand-alone MATLAB mexFunction that computes C=A*B where both A and B are sparse. It is typically faster and always uses less memory than C=A*B in MATLAB 7.4 (or earlier). Works on MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:304993
    • 提供者:SSMULT
  1. AXB

    0下载:
  2. matlab和C++混合编程,利用高斯算法计算Ax=B求解-Solve Ax=B Using combination matlab and c++
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:179726
    • 提供者:oscar
  1. codingmatlab

    0下载:
  2. 一个详尽的算术编码的matlab仿真程序。 -In this program set, two types of arithmetic coding has been implemented. 1) Arithmetic Coding with Scaling To implement this method 4 programs has been used in the set. The programs are a) arithscale.m
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4470
    • 提供者:LeonWu
  1. Thresholding_Denoising

    0下载:
  2. This function removes random, high frequency noise originating from the electrodes. a) First, we use a simple low-pass filter. b) Second, we apply Donoho s method by writing the code. c) Third, we simply apply Matlab s thr function. It sho
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1183
    • 提供者:Lara
  1. normxcorr2_ALL

    0下载:
  2. 快速NCC(normalized cross correlation)算法实现。比matlab自带的normxcorr2 快10-20倍。在windows Unix环境下c语言,和matlab编译通过。-use Matlab on Windows or Linux or Mac OS X and want fast (exact, general-case) normalized correlation (NCC) code right now, then download it and enj
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:584699
    • 提供者:
  1. The-Modulated-Wideband-Converter-

    0下载:
  2. 基于宽带调制转换器的一种新的压缩感知技术-Matlab package that simulates sampling by the analog system. The MWC consists of an RF front-end whose intermediate nodes are non-bandlimited signals. In this setting, computing the samples that would have been obtained by the ha
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:721960
    • 提供者:liuyaxin
  1. Untitled

    0下载:
  2. 对frame1进行一个简化的帧内编码方案: A)将图像分为8x8的块. B)将图像每一块做DCT2变换. C)将DCT系数采用11.ppt page 35的亮度量化表量化. 量化系数 = 取整 (DCT系数./量化表). D) 统计整个图像中非零量化系统的比重, 该比重可反映什么? E) 将量化系数进行 IDCT2, 绘制出重建图像.-a example for matlab to deal with a picture
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:710
    • 提供者:姚晓栋
  1. ELEC - 733 Real Time Computing

    0下载:
  2. Examines the implementation of modern control techniques and associated instrumentation, using distributed computers. Practical hardware aspects, including measurement and actuation, data conditioning, acquisition and transmission, microprocessor de
  3. 所属分类:图形图象

    • 发布日期:2017-12-22
    • 文件大小:66560
    • 提供者:Khan17
  1. 线性规划模型及matlab程序求解

    0下载:
  2. 假设某厂计划生产甲、乙两种产品,现库存主要材料有A类3600公斤,B类2000公斤,C类3000公斤。每件甲产品需用材料A类9公斤,B类4公斤,C类3公斤。每件乙产品,需用材料A类4公斤,B类5公斤,C类10公斤。甲单位产品的利润70元,乙单位产品的利润120元。问如何安排生产,才能使该厂所获的利润最大(Suppose a factory plans to produce two kinds of products such as a and B. The main materials in s
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:28672
    • 提供者:Yui.com
  1. C 求信道容量

    0下载:
  2. 数字信号处理,汉明矩阵处理; %汉明失真,率失真函数理论值(matlabclear all alpha=2;p1=0.5;p2=0.2; D=[0,alHow to use the Matlab toolbox in vc++ environment for digital signal processing atlab toolbox in vc++ environment for digital signal processing [R2,delta2]=R_delta(Pu2,D,
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:ting113
  1. Color Reduction and Quantization

    1下载:
  2. Color Reduction and Quantization using k-Means, Fuzzy Clustering (FCM), and SOM Neuarl Network in MATLAB In this post, we are going to share with you, the MATLAB implementation of Color Quantization and Color Reduction of images, using intelligent c
  3. 所属分类:matlab例程

    • 发布日期:2020-11-28
    • 文件大小:248832
    • 提供者:amardz
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com