-
MATLAB
本手册介绍matlab中各种函数的应用,对matlab使用者帮助很大(This manual describes the application of various functions in matlab, matlab users of great help)
- 2011-10-01 18:10:27下载
- 积分:1
-
OFDM_Multipath_simulation
说明: OFDM是将高速串行数据分成成百上千路并行数据,并分别对不同的载频进行调制,这种并行传输体制大大扩展了符号的脉冲宽度,提高了抗多径衰落的性能。同时,在传统的频分复用方法中,各子载波之间的频谱互不重叠,频谱利用率较低。而采用OFDM技术,一个OFDM符号之内包括多个经过调制的子载波的合成信号,每个子载波在频谱上相互重叠,这些频谱在整个符号周期内满足正交性,因而在接受端可以保证无失真恢复,从而大大提高频谱利用率。(OFDM divides high-speed serial data into hundreds of parallel data channels and modulates different carrier frequency separately. This parallel transmission system greatly expands the pulse width of symbols and improves the performance of anti-multipath fading. At the same time, in the traditional method of Frequency Division multiplexing, the spectrum between the sub-carriers does not overlap each other, the spectrum utilization ratio is low. In the case of OFDM, an OFDM symbol consists of multiple modulated sub-carriers, each of which overlaps in the spectrum, which is orthogonal throughout the symbol period, thus, no distortion recovery can be ensured at the receiving end, thus greatly improving the spectrum utilization ratio.)
- 2021-01-06 11:49:43下载
- 积分:1
-
myPingV2
说明: 精度测试时延,基于原始套接字,高精度的测量,大学实验用很好(Socket)
- 2010-04-11 21:07:07下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
tiexianfunc
用来计算无风险利率三次样条贴现函数的程序(No risk-free interest rate used to calculate the cubic spline function discounting)
- 2011-09-18 19:36:10下载
- 积分:1
-
New
new text doccument consists of patterns
- 2010-12-04 02:55:35下载
- 积分:1
-
Ljung--state-of-the-art_tdfd
系统识别大牛Ljung对最新时域和频域技术的总结,感兴趣的朋友可以看一看!(Identifi cation of time-invariant linear dynamic
systems is a mature subject. In this contribution we focus on
the interplay between methods that use time and frequency
domain data, respectively. )
- 2012-01-07 14:19:06下载
- 积分:1
-
RANSAC.m
RANSAC image registration software
- 2009-03-04 22:45:06下载
- 积分:1
-
fuzzicluster
fcm on mtxfcm on mtx
- 2009-05-21 23:51:43下载
- 积分:1
-
fft_compare
matlab file to compare the results of fft function of matlab with fft of xilinx core generator
- 2013-07-11 17:43:12下载
- 积分:1