-
program
用matlab编程实现p-m方程的源代码(Programming using matlab source code pm equation)
- 2007-12-13 11:04:24下载
- 积分:1
-
bisect
This is bisection method in Matlab.
- 2010-12-02 04:27:14下载
- 积分:1
-
Bootstrapping-Fuzzy-GARCH-Regressions-on-the-Day-
Bootstrapping Fuzzy-GARCH Regressions on the Day of the Week Effect in Stock Returns
- 2011-10-29 18:06:14下载
- 积分:1
-
circle
这是根据点拟合圆和直线的matlab程序,比较简单实用(This is the basis of points won and a straight line fitting the matlab procedure is relatively simple and practical)
- 2009-02-10 10:27:46下载
- 积分:1
-
MATLABDSP
本论文利用TI公司的16位定点DSP芯片TMS320VC5416-160的硬件、软件结构和特性实现了数字滤波器的设计。深入研究了DSP芯片的硬件开发技术和软件编程技术及调试技巧 在MATLAB环境下,利用MATLAB语言编写程序对IIR滤波器进行仿真并得到滤波器的系数 关于matlab与DSP等。(In this paper, the use of TI' s 16-bit fixed-point DSP chip TMS320VC5416-160 hardware, software structure and characteristics of a digital filter design. In-depth study of the DSP chip technology hardware and software programming and debugging skills in the MATLAB environment, using MATLAB programming language for simulation of the IIR filter and the filter coefficient matlab and DSP and so on.)
- 2009-07-01 17:00:42下载
- 积分:1
-
hu
说明: ct图像和磁共振图像的相互配准的matlab源代码(The Registration of CT and MRI images)
- 2011-05-01 13:21:31下载
- 积分:1
-
MIMO-capacity
Desribe mimo channel capacity with different number of antennas
- 2015-02-11 14:37:20下载
- 积分:1
-
bfskAWGN
Simulates BER of BFSK in AWGN channel
- 2013-11-22 23:57:14下载
- 积分: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
-
1
说明: 有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数
(Have n integers, to move back in front of the order m of the number of positions, finally becoming the foremost m m the number of number of)
- 2010-11-17 09:17:40下载
- 积分:1