-
MATLAB-and-VCPP
一种matlab与VC++混合编程的方法。供初学者参考学习。可以与MATLAB通讯。(One kind of matlab and VC++ mixed programming method. Reference for beginners to learn. You can communicate with MATLAB.)
- 2011-11-02 11:24:14下载
- 积分:1
-
Assignment6
Bjarne Stroustrup的课后练习
1. Stroustrup, Chapter 17, Questions 11 and 13, Page 624–625.
2. Stroustrup, Chapter 19, Question 4, Page 709.(1. Stroustrup, Chapter 17, Questions 11 and 13, Page 624–625.
2. Stroustrup, Chapter 19, Question 4, Page 709.)
- 2015-04-06 07:42:57下载
- 积分:1
-
lssvm
lssvm All plotting is done with this simple command. It looks for the best way of displaying the result
- 2017-07-06 11:19:56下载
- 积分:1
-
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
-
gg_mle
这是对广义高斯分布中两个参数alpha,beta的估计方法,对自然图像的大量统计特征就符合这一分布。(function [f, g] = dggbeta(beta, absx)
DGGBETA Derivative of generalized Gaussian pdf with respective to beta
[F, G] = DGGBETA(BETA, ABSX)
Return partial derivative and second order partial derivative
This is an utility function for GGMLE
ABSX is the distance of the data from the mean
Function is undefined for negative beta
if beta <= 0
f = NaN
g = NaN )
- 2013-03-15 10:37:51下载
- 积分:1
-
2
说明: CMMB系统符号同步算法设计,基于同步训练序列的同步算法(CMMB system symbol synchronization algorithm design, based on the synchronization training sequence synchronization algorithm)
- 2013-04-01 16:37:37下载
- 积分:1
-
fft
这是一个关于数字信号处理中的快速傅里叶算法的实现(This is a digital signal processing algorithms to achieve fast Fourier)
- 2011-11-21 19:48:17下载
- 积分:1
-
DigitalEarth
osgearth 矢量数据处理包含国际线和省级线(Osgearth vector data processing includes international line and provincial line)
- 2015-03-28 23:04:53下载
- 积分:1
-
super-acP
accounts for all markets and shops
username 1
password 1
- 2014-10-11 18:34:44下载
- 积分:1
-
fir_lp
1. To design FIR filters in MATLAB to achieve various types of frequency selectivity, e.g., lowpass, highpass,bandpass, etc
2. To verify the frequency response of the designed filters in MATLAB
3. To implement the designed FIR filters using C6713 DSK and
4. To perform real-time testing of the performance of the designed FIR filters.
- 2012-11-21 04:52:33下载
- 积分:1