-
math_MATLAB_example
说明: 薛定宇高等应用数学问题的MATLAB求解例子源码 (err)
- 2008-11-17 00:01:18下载
- 积分:1
-
Poisson-Equation-with-Multigrid
多网格求解泊松方程,给出并解释了一个如何使用多网格求解的过程(I give a short explanation of how to use multigrid to solve the Poisson
equation in cylindrical coordinates for a solid conducting pipe. I also
explain how to use a non-uniform grid to optimize the problem.
)
- 2012-04-13 17:09:38下载
- 积分:1
-
deltaE2000
matlab zip format line
- 2011-05-25 14:00:59下载
- 积分:1
-
New-folder-(2)
this file is about beam forming with adaptive file
- 2013-09-12 15:47:38下载
- 积分:1
-
crmapping-and-crdemapping
用Matlab仿真OFDM系统时所需的载波映射及逆映射程序(Matlab simulation with the desired carrier OFDM system mapping and inverse mapping program)
- 2014-11-25 12:47:48下载
- 积分:1
-
rake
关于RAKE接收机的三种合并方式的性能比较的matlab仿真程序,对接收信号进行MRC、EGC、SC合并的输出信噪比比较。(To compare the performance of the merger of three methods on the receiving end of RAKE receiver: MRC, EGC, SC with the output signal to noise ratio comparison
)
- 2013-04-09 19:21:16下载
- 积分:1
-
sara1
This code is a real seismic data in segy format.
- 2009-11-10 00:21:38下载
- 积分:1
-
BPSK
QPSK仿真系统编程。调制、信道、检测。
· 误码率仿真。
(QPSK simulation system programming. Modulation, channel detection. BER simulation.)
- 2013-12-29 16:32:11下载
- 积分:1
-
colorsegface1
采用matlab来检测肤色区域,其他区域置为灰色,一个很简单的程序,基于RGB颜色空间(skin color detection)
- 2015-04-14 09:14:03下载
- 积分:1
-
matlab-work
f=zeros(30,30)
f(5:24,13:17)=1
imshow(f, notruesize )
F=fft2(f,256,256)
F2=fftshift(F)
figure,imshow(log(abs(F2)),[-1 5], notruesize )
- 2010-11-20 17:07:18下载
- 积分:1