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

搜索资源列表

  1. lightspeed

    0下载:
  2. Lightspeed matlab toolbox 包括了我们在统计学中常用的一些resampling的基本函数-Lightspeed matlab toolbox
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:134096
    • 提供者:张波
  1. chongcaiyang

    0下载:
  2. 重采样操作包括缩放、旋转和拉伸等变换,通常的重采样分为下采样、插值、上采样三个基本过程,此程序为重采样的matlab实现-Resampling operations include scaling, rotation and stretching transforms the usual resampling into down-sampling, interpolation, sampling on three basic processes, resampling procedure for
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:741
    • 提供者:王怡
  1. img_resample

    1下载:
  2. IDL中的批量重采样,可以省很多时间,根据自己的需求,采样成不同分辨率的图像。-IDL in batch resampling, you can save a lot of time, according to their needs, a different sampling resolution images.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:603
    • 提供者:xubinren
  1. ding_resize_doit

    2下载:
  2. IDL编程:批量图像裁剪及重采样。调用resize_doit批处理函数,dims设置裁剪矩形的边界点,rfact设置重采样的大小比例系数。此程序只需要修改输入输出路径即可。-IDL Programming: batch image cropping and resampling. Call resize_doit batch function, dims boundary point set the cropping rectangle, rfact resampling set the siz
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:990
    • 提供者:丁七
  1. Cls11

    0下载:
  2. 对音频的处理,保存播放,单声道,裁剪,重采样,ola,滤波-Audio processing, preservation play, mono, cropping, resampling, ola, filtering, etc.
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:9049
    • 提供者:zhang
  1. chongcaiyang

    0下载:
  2. 粒子重采样算法,采用多项式、随机重采样、分层重采样等,采样之后增加粒子的多样性,可以自己调用函数-Particle resampling procedure
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1153
    • 提供者:樊杰
  1. dq

    0下载:
  2. 读取CORS数据,重采样成30秒,计算电离层总电子含量-Read CORS data, resampling into 30 seconds, calculate the total electron content of the ionosphere
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:12647
    • 提供者:dx
  1. residual

    1下载:
  2. 残差重采样算法的实现,代码可直接运行并出结果,可以研究学习-Achieve residual resampling algorithm, the code can be run directly and the results can be studied to learn
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:639
    • 提供者:赵丹
  1. Particle-Filtering

    0下载:
  2. 粒子滤波重采样方法实现,残差重采样、多项式重采样、系统重采样、随机重采样。-Particle filter resampling method, residual resampling, polynomial resampling, system resampling, random resampling.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1796
    • 提供者:逸秋
  1. resampleMultinomial

    0下载:
  2. resampling of data for particle filter
  3. 所属分类:matlab

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:MKC
  1. resampleSystematic

    0下载:
  2. resampling using extended kalman filter
  3. 所属分类:matlab

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:MKC
  1. hex

    0下载:
  2. resampling square to hexagonal latice-resampling square to hexagonal latice
  3. 所属分类:Other systems

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:mita
  1. BoxPHDfilter

    1下载:
  2. 箱粒子滤波器函数,包含预测更新与重采样,输出为目标状态与个数-The box particle filter function contains predictive updates and resampling.The output is the target state and number
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:2048
    • 提供者:yuyang
  1. 重采样代码源码

    0下载:
  2. 粒子滤波基本的四种重采样代码,有利于刚接触粒子滤波的同学学习(Particle filter basic four resampling code)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:5120
    • 提供者:咔咔
  1. 59425

    0下载:
  2. The code contains MEX written in C that implement different types of resampling
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:kacem
  1. 58264

    0下载:
  2. If you use the code (e.g. the resampling algorithms in the MEX files) in future work, I would appreciate you citing the paper.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:3072
    • 提供者:kacem
  1. VideoResize

    0下载:
  2. 用于多媒体视频流的缩放处理,适用于Win32-Dshow平台; 允许动态选择算法(双线性重采样算法,双立方重采样算法,汉宁窗重采样算法); 双线性重采样算法和双立方重采样算法都经过SSE2指令加速(C代码内嵌汇编);(For the multimedia video stream scaling processing, suitable for Win32-Dshow platform; Allowing the dynamic selection algorithm (bilinear res
  3. 所属分类:多媒体编程

    • 发布日期:2017-12-19
    • 文件大小:129024
    • 提供者:mody
  1. AudioResample

    1下载:
  2. ffmpeg音频重采样,非常好用,供学习研究使用~(Ffmpeg audio resampling, very easy to use)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:6445056
    • 提供者:chenhaha88
  1. AudioResample

    0下载:
  2. 音频重采样44.1K重采到16KHz,附件命名懒得改了(Audio resampling 44.1K to 16KHz)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-17
    • 文件大小:31744
    • 提供者:yagesi104
  1. three_adcs_cfft

    2下载:
  2. STM32F407自带ADC模块的三重采样,AD采样数据以DMA传输方式存储,MCU对采样数据作傅利叶变换,采样率为8.4Msps。(STM32F407 takes three resampling of ADC module, AD sampling data is stored in DMA transmission mode, MCU performs Fourier transform for sampling data, and the sampling rate is 8.4Msps
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-02
    • 文件大小:3391488
    • 提供者:天天哥
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com