-
Matlab_VC++examples
matlab /Vc++实例教程,十二章包括附录的相关代码都有。(Matlab/Vc example guides, including Chapter 12 Appendix relevant code.)
- 2007-05-03 09:57:03下载
- 积分:1
-
LDA_Train
trainer Linear Discriminant analysis. EEG signal
- 2014-12-14 14:51:06下载
- 积分:1
-
Two-times-smoothing
matlab导入txt格式数据后,能对数据数据二次平滑(Two times smoothing
)
- 2015-04-21 14:25:28下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
chaoliujisuan
牛顿法潮流计算,主要是解决电力系统的潮流计算问题(Newton power flow calculation method)
- 2009-05-20 09:57:11下载
- 积分:1
-
cod_qpskabpsk
simulation of a channel using BPSK and QPSK
- 2011-02-15 14:42:06下载
- 积分:1
-
Periodogram_1
谱估计的典型算法周期图法的程序,给出了具体的程序代码(periodogram method)
- 2012-11-25 20:17:18下载
- 积分:1
-
OFDM
根据MATLAB进行基本的超宽带信号的仿真(According to MATLAB basic simulation of ultra-wideband signals)
- 2007-09-10 11:47:22下载
- 积分:1
-
816-1681
SPARC Assembly Language Reference
Manual
- 2014-09-20 23:42:07下载
- 积分:1
-
anup_project
This project is on type of techniques used to enhance an image, detection of edges.
In this project we have used neighborhood processing for the edge detection using convolution mask. And to increase the contrast of an image, we stretched each component of an rgb image.
- 2013-12-12 21:14:14下载
- 积分:1