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

搜索资源列表

  1. patchmatch_mex_2009_10_23

    0下载:
  2. An implementation of the PATCHMATCH algorithm in Matlab + Mex extension (C++)
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-21
    • 文件大小:860947
    • 提供者:testored
  1. imreconstruct

    0下载:
  2. 此函数是用C语言编写的MEX文件,与MATLAB中imreconstruct函数功能相同,效果一样,运行速率更快。-This function is written in C MEX file, the same function with in MATLAB imreconstruct function, the same effect faster run rate.
  3. 所属分类:2D Graphic

    • 发布日期:2016-01-25
    • 文件大小:5120
    • 提供者:knife
  1. feature-selection-svm

    0下载:
  2. 特征选择算法,效果很好。可以解决维数高、训练样本数少的问题。-include both C version (mex-function) and Matlab version: SBSVM_c.cc SBSVM_m.m A testing case is also provided in file Speed_Comp.m
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:154087
    • 提供者:刘阳
  1. nonlocal

    0下载:
  2. nonlocal去噪,非局部平均算法去噪,里面是c++程序,使用matlab 的mex借口调用-nonlocal denoising
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:30479
    • 提供者:Karen
  1. mx_CZT_fltp

    0下载:
  2. CZT算法的任意点数FFT变换的浮点C程序,加入MEX借口函数,从而实现matlab的直接调用!-Floating-point C program, the CZT algorithm any point FFT transform added MEX an excuse to function, in order to achieve the matlab direct calls!
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4658
    • 提供者:会还剩
  1. ADC

    0下载:
  2. ADC数模转换程序,为实现浮点数据定电而编写的数值转换程序,采用C语言编写 并加入mex 接口函数-ADC' s digital-to-analog conversion process, the the numerical conversion program written for the realization of the floating-point data set electric, using C language
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1427
    • 提供者:会还剩
  1. mex

    0下载:
  2. Mexican hat小波 该函数返回有效支撑,N点均匀分布网络上的Mexican hat小波。输出变量是网络X上计算得到的小波函数PSI-lb=-5 ub=5 n=1000 [psi,x]=mexihat(lb,ub,n) plot(x,psi) title( Mexican hat 小波 )
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:3533
    • 提供者:zhengxia
  1. gnumex-2.04

    0下载:
  2. MEX compiler for windows
  3. 所属分类:DSP program

    • 发布日期:2017-11-06
    • 文件大小:271282
    • 提供者:KEYUR
  1. buckconv

    0下载:
  2. this is a source code to simulate BUCK CONVERTER using c-language integrating in Matlab, or simple called as c-mex language. You can compile this file using command "mex buckconv.c"
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:1365
    • 提供者:kurniawanwp
  1. dutycycle

    0下载:
  2. This the source code to calculate/giving duty cycle to the gate of power electronic device like MOSFET, IGBT, etc using c languange integrating in Matlab, please compile it using "mex dutycycle.c" in your matlab command and run it in simulink-This is
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:1233
    • 提供者:kurniawanwp
  1. fastpwm

    0下载:
  2. This also the sourcecode to generate fast-PWM signal using c language integrating in Matlab. Please compile it first using "mex fastpwm.c" and run it using simulink in Matlab-This is also the sourcecode to generate fast-PWM signal using c language in
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:1211
    • 提供者:kurniawanwp
  1. JPEG-2000-

    0下载:
  2. 本文所做的主要工作为:研究了JPEG2000标准的原理和基本框架,对JPEG 2000标准的核心—小波变换压缩技术进行了分析研究,概要的介绍了小波理论。对EZW算法进行了详细分析和描述,包括零树的含义、结构及其扫描方法。并应用Matlab图像处理工具箱和小波分析工具箱对图像小波变换处理,并通过接口工具Mex实现在Matlab环境下对C程序EZW编码的调用,实现了应用零树小波编码算法对图像的压缩处理,简单地实现了对JPEG 2000的仿真。-The main work that this text
  3. 所属分类:Project Design

    • 发布日期:2017-10-31
    • 文件大小:665381
    • 提供者:路敬
  1. 命令行参数介绍文档

    0下载:
  2. 在阅读别人代码的时候,看到各种各样的编译FLAG,比如:mex testparallel.c COMPFLAGS="$COMPFLAGS /openmp"或者mex CXXOPTIMFLAGS="-03 -DNDEBUG" LDOPTIMFLAGS="-03" CXXFLAGS="\$CXXFLAGS -WALL" ***之类的。介绍一下这些FLAGS的作用-FLAGS role
  3. 所属分类:文档资料

    • 发布日期:2017-11-10
    • 文件大小:1200
    • 提供者:王丽娜
  1. ViterbiDecoder_mex

    0下载:
  2. 自己用matlab与c接口方法编写的可以用matlab调用的C程序,实现Viterbi译码(软硬都可)。使用前在matlab里输入:mex - 文件名.c;-A c file can be used in matlab scr ipt to achive Viterbi Decoding (Error Control Coding) for both Hard Decision and Soft Decision.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-12-07
    • 文件大小:4577
    • 提供者:Li Bo
  1. windows

    0下载:
  2. libsvm matlab默认只提供64位的二进制mex编译文件。编译好的libsvm的matlab版的mex文件,32位。 加入matlab路径后,可以直接使用。-libsvm matlab default only to provide a 64-bit binary mex compiled file. The matlab version mex file, compiled libsvm 32. After joining the matlab path, can be used
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:33337
    • 提供者:屈振华
  1. mex-windows-compatible

    0下载:
  2. source code for mexwindows applications
  3. 所属分类:Applications

    • 发布日期:2017-11-30
    • 文件大小:10457
    • 提供者:arun
  1. matlab-mex

    0下载:
  2. 代码介绍matlab中怎么实现C++的编译,附带很多例子,对初学matlab中嵌入C或C++代码,很有帮助!-The code describes how to achieve in matlab compilation of C++, comes with a lot of examples, beginner matlab to embed C or C++ of code, very helpful!
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:72624
    • 提供者:zhaotao
  1. Mat_field

    2下载:
  2. 在超声相控阵成像中,处理回波信号成像时需要插值和坐标转换,此程序时针对64位win7系统生成的mex文件。-Ultrasonic phased array imaging processing the echo signal imaging interpolation and coordinate transformation, this program is for 64-bit win7 system generated mex file.
  3. 所属分类:医药行业

    • 发布日期:2013-10-17
    • 文件大小:63498
    • 提供者:刘敬
  1. VS2008Matlab

    0下载:
  2. OpenTSTOOL is a software package for nonlinear time series analysis. It is implemented mainly in MATLAB, with some time-critical parts written in C/C++ (as MEX-functions).
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-11-21
    • 文件大小:22328
    • 提供者:graf_blood
  1. viterbi-decoder-master

    0下载:
  2. 卷积码的编码实现以及维特比译码实现,其中函数用c编写-A matlab+mex implementation of a convolutional encoder and a Viterbi decoder
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:6993
    • 提供者:wong
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 19 »
搜珍网 www.dssz.com