-
hamtrail12
MATLAB program codes for block coding by using Monte carlo simulation techique
- 2012-08-29 07:07:46下载
- 积分:1
-
nilesh-matlab-.code
hi matlab code for the pdf
- 2013-03-23 16:40:48下载
- 积分:1
-
Fourier
利用matlab对傅里叶离散和连续信号的仿真程序,比较全面,可完美运行(Using matlab simulation of the Fourier discrete and continuous signal program, more comprehensive, can run perfectly)
- 2012-09-11 11:12:52下载
- 积分:1
-
segmentiris
Edge detection result should be enhanced using linear method like Median filter to
remove the garbage around the pupil to gain clear pupil to determine perfect centre. Get the
centre of the pupil by counting the number of black pixels (zero value) of each column and
row. Then get each row and column that has the maximum number of these black pixels.
Then determine the center by simple calculation according to the image coordinate to set it
correct on the image, consequently we can determine the radius of the pupil. Thus we can find
the pupillary boundary (inner). A similar procedure is extended by using a coarse scale to
locate the outer boundary (limbus) which can be apparent by using the mid-point algorithms
of circle and ellipse.
- 2011-11-18 01:57:19下载
- 积分:1
-
GPstuff-3.1
Gaussian processes for Bayesian analysis
User guide for Matlab toolbox GPstuff
Version 3.1
- 2011-08-02 16:08:00下载
- 积分:1
-
MIMO-Processing-for-4G
MIMO Processing for 4G and Beyond Fundamentals and Evolution 新出的的关于4G的书籍,学习必备。 (MIMO Processing for 4G and Beyond Fundamentals and Evolution welcome to download!)
- 2014-10-28 21:47:52下载
- 积分:1
-
huffuma.matlab
对灰度图像进行哈夫曼编码matlab的源代码(Huffman coding for gray image matlab source code)
- 2014-12-13 21:27:53下载
- 积分:1
-
BitLoad
bit load code is for using in ofdm
- 2010-12-11 17:58:33下载
- 积分:1
-
LSL
LSL最小二乘方格型算法的自适应滤波程序及其应用(LSL least-squares grid-based algorithm for adaptive filtering procedures and its application)
- 2010-01-04 13:01:16下载
- 积分:1
-
Fading-channel-simulation
衰落信道仿真
function r = rayleigh( fd, fs, Ns )
r = rayleigh(fd,fs,N)
A Rayleigh fading simulator based on Clarke s Model
Creates a Rayleigh random process with PSD determined
by the vehicle s speed.
INPUTS:
fd = doppler frequency
set fd = v*cos(theta)/lambda
v = velocity (meters per second)
lambda = carrier wavelength (meters)
theta = angle w/ respect to tangent (radians).
fs = sample frequency (Samples per second)
Ns = number of samples of the Rayleigh fading
process to produce
OUTPUTS:
r = row vector containing Ns samples of the Rayleigh
fading process
Author: Matthew C. Valenti
Mobile and Portable Radio Research Group
Virginia Tech
For Academic Use Only
(Fading channel simulation)
- 2012-04-19 20:13:22下载
- 积分:1