-
h.264-cuda-master
This project seeks to implement H.264 (the standard x264 is based on) to run on CUDA. Specifically we attempt to write the motion estimation module in CUDA.
Motion estimation is currently the most computationally intensive portion of the H.264 encoding process. Previous attempts to parallelize this algorithm in CUDA showed sizeable speedups but sacrificed quality by ignoring the motion vector prediction (MVp). We demonstrate the viability of a hierarchical (pyramid) motion estimation algorithm in CUDA. This solution addresses the MVp problem while still taking advantage of the CUDA framework.
- 2014-10-15 07:32:32下载
- 积分:1
-
Sampling
简单的采样,设计一个输入序列,实现其采样,绘出采样后的时域波形(Simple sampling design an input sequence, to achieve its sample, drawn after the time-domain waveform sampling)
- 2011-10-30 19:51:35下载
- 积分:1
-
MyMC
蒙特卡罗方法的基本原理及思想如下:
当所要求解的问题是某种事件出现的概率,或者是某个随机变量的期望值时,它们可以通过某种“试验”的方法,得到这种事件出现的频率,或者这个随机变数的平均值,并用它们作为问题的解。( The principle of Monte Carlo method and it s application are int roduced.)
- 2010-09-26 09:16:27下载
- 积分:1
-
pwminverter2
Basic Pulse width modulation technique
- 2010-10-02 13:32:14下载
- 积分:1
-
matlabtoolbox
介绍matlab神经网络工具箱的命令,是使用神经网络人员的经典手册(Introduction matlab neural network toolbox of command, is to use the classic neural network personnel handbook)
- 2009-11-02 13:19:52下载
- 积分:1
-
ch1
sliding mode controle
- 2010-11-29 22:51:15下载
- 积分:1
-
Produce-a-variety-of-distribution
1.duishuzhengtai:产生对数正态分布
2.gaussian:产生数据量为n的两个相互独立高斯分布y1、y2
3.junyun:自定义 0-1的均匀分布,n代表数据量,一般要大于1024(蒙特卡罗)
4.ruili:瑞利分布,m是瑞利分布的参数,n代表数据量,n一般要大于1024
5.kaifeng:产生开丰分布,其中m代表开丰分布的自由度,n表示产生的点数量
6.tfenbu:本函数产生自由度为m,数据量为n的t分布。
7.weibuer:a=1时,是指数分布;a=2时,是瑞利分布(1.duishuzhengtai: generating lognormal 2.gaussian: generating a data quantity n of two mutually independent Gaussian distribution Y1, Y2 3.junyun: custom uniform distribution of 0-1, n represents a data amount, generally large in 1024 (Monte Carlo) 4.ruili: Rayleigh distribution, m is a parameter of the Rayleigh distribution, n representative of the amount of data, n is generally greater than 1024 5.kaifeng: generating open abundance distribution, wherein m represents an open-abundance distribution freedom of degrees of freedom, n is the number of points generated 6.tfenbu: This function generates m, the amount of data for n t distribution. 7.weibuer: a = 1, the exponential distribution a = 2, is a Rayleigh distribution)
- 2012-09-04 20:02:08下载
- 积分:1
-
IMM
IMM算法 包含CA CV CT模型 较为常见的基本模型(IMM algorithm consists CA CV CT model more common basic model)
- 2016-04-21 17:19:03下载
- 积分:1
-
newCNC2
G-code生成器,在matlab中使用,模拟数控加工,用于生成G代码(G-code Generator can be used in Matlab to simulate computerize-numberal-control process and generate general G code.)
- 2018-03-17 17:51:55下载
- 积分:1
-
LoadForecasting
说明: This program contains the explicit descriptions of load forecasting by the Mathworks web site and is very complete. the users can easily apply their own data to it and use the methods to forecast Load and price.
- 2019-01-17 18:01:45下载
- 积分:1