搜索资源列表
dogcreating
- 数字正设影像的生成 由中心投影的航空图片生成 采用最邻近点重采样-figures are based images generated by the aviation center projection images generated using the nearest point Resampling
deterministicR
- RBPF子程序,重采样的过程,有详细解释
focsing
- 该程序是宽带相干源DOA估计中,相干信号子空间法的空间重采样的聚焦矩阵的构造的程序。
yaogan
- 能够进行raw格式像bmp格式转化,进行边缘跟踪,进行滤波处理,进行线性拉伸和灰度重采样等功能-capable raw format as bmp format conversion, tracking, filtering, linear stretch and gray resample function
residualR1
- residualR1.rar是粒子滤波重采样的源程序代码。-residualR1.rar resampling particle filter is the source code.
two_minute_signal
- 主要关于resample的算法,基于音频重采样的一些算法和音频算法的编解码-Is mainly concerned with the resample algorithm, based on a number of audio resampling algorithm and audio codec algorithm
resamp
- 对数字图像进行重采样。对数字图像进行重采样对数字图像进行重采样-resample
libtsp-v4r0
- 一个信号处理方面的开源库,主要用来滤波,LPC分析,重采样.-The libtsp package is a library of routines for signal processing. It also includes a number of general purpose routines useful for program development. Examples of programs using this library for filtering, LPC analysi
OK
- 用MATLAB对 22.05 KHz WAV音频文件进行重采样,采样频率为8KHz,以适应语音通信系统。-Using MATLAB, 22.05 KHz WAV audio files for re-sampling, the sampling frequency of 8KHz, to meet the voice communication system.
PF_Theory
- 粒子滤波的基本知识及其应用的ppt,是英文版的,详细的介绍了粒子滤波的重要性采样和重采样原理,还举了几个简单的应用-Basic knowledge of particle filter and its application ppt, is in English, a detailed descr iption of the particle filter importance sampling and resampling principle, also give several simple
Bootsbagsmethodresampling
- 靴袋法重采样,用于小样本时的重新采样后扩大样本含量的程序-Boots bags method re-sampling
重采样代码源码
- 粒子滤波基本的四种重采样代码,有利于刚接触粒子滤波的同学学习(Particle filter basic four resampling code)
AudioResample
- ffmpeg音频重采样,非常好用,供学习研究使用~(Ffmpeg audio resampling, very easy to use)
AE_ENVI
- AE重采样功能,调用IDL程序,可以参考,很有参考价值(AE resampling function, call the IDL program, you can refer to, has a good reference value)
code
- 可完成相应的SVM分类、决策树分类、图片压缩、图片重采样、中值滤波等图片处理工作(It can complete the corresponding picture processing work.)
光谱数据_重采样
- 进行高光谱/多光谱数据的重采样。输入为任意光谱数据,输出为可以选择的新的光谱分辨率的光谱数据。(Carry out resampling of hyperspectral / multispectral data. The input is arbitrary spectral data, and the output is the spectral data of the new spectral resolution that can be selected.)
图像重采样
- 本代码基于MATLAB平台,对图像进行重采样处理(This code is based on the MATLAB platform, for image resampling)
Orders Tracking Learning
- 对时域信号精准的实现角域重采样,并进行阶次傅里叶变换,且代码注释较多,适合新手(The angle domain resampling is precisely realized for the time domain signal, and the order Fourier transform is carried out, and the code annotation is more, suitable for the novice.)
Audio_ReSample
- ffmpeg 实现音频重采样,采样率,声道,类型任意(ffmpeg audio resample)
ffmpeg实现音频的重采样
- 利用ffmpeg实现音频的重采样,参考ffmpeg官方sample中的resampling_audio,仅供研究学习