-
OFDM-MATLAB
首先根据短训练字的特性进行相关运算,进行信号到达检测,当检测到相关值大于门限一定次数后,认为有信号到达。然后根据长训练字的特性,进行相关运算,进行OFDM符号FFT窗口起始位置的估计。估计出FFT窗口的位置后,先在时域进行小频偏的估计,将两个长训练字进行小频偏补偿后,进行FFT运算,根据FFT运算的结果进行整数倍频偏的估计。这些参数估计完成后,就可以进行数据解调了。先对数据部分进行完整的频偏补偿,然后根据估计的FFT窗口位置进行FFT运算得到频域的数据,进行解调。然后在对应于导频的子载波位置上提取出导频信息,根据导频信息估计出剩余定时误差以及剩余的信道响应误差,将误差量送入环路进行跟踪。当收到所有数据后,重新回到信号到达检测状态,进行下一次信号到达的检测和信号接收。(failed to translate)
- 2020-11-04 22:59:52下载
- 积分:1
-
adkbhhih
快速扩展随机生成树算法,LCMV优化设计阵列处理信号,大学数值分析算法,Relief计算分类权重,DC-DC部分采用定功率单环控制。(Rapid expansion of random spanning tree algorithm, LCMV optimization design array signal processing, University of numerical analysis algorithms, Relief computing classification weight, DC-DC power single-part set-loop control.)
- 2016-03-24 21:11:26下载
- 积分:1
-
randomForest_4.5-36
随机森林分类器 可以实现分类 适合初学者学习参考(Neural network classifiers can be used to classify information for beginners to learn)
- 2010-11-05 10:35:03下载
- 积分:1
-
matlab
Matlab图像各点坐标值和灰度值的表示,图像分割(Matlab image points coordinates and gray value representation, image segmentation)
- 2011-09-13 16:49:07下载
- 积分:1
-
greyforecasting
灰色预测,简单的编程,大家多提意见(Gray forecast, a simple programming, we do so!)
- 2007-01-10 17:27:34下载
- 积分:1
-
lQG
应用LQG算法对一个一通进行镇定控制,希望对大家有用(The LQG algorithm is applied to a conducting stabilization control, in the hope that useful)
- 2012-03-20 15:58:12下载
- 积分:1
-
channl
bch编码技术的信道仿真,而且附加了解释(bch coding technology channel simulation, and an additional explanation)
- 2007-05-21 15:43:45下载
- 积分:1
-
Servo-Motor
伺服电机的m代码,可以帮助你利用matlab来完成电机的设置(M-code servo motor that can help you use matlab to complete motor set)
- 2011-08-13 10:58:11下载
- 积分:1
-
mian5
双向无线中继信道中,两个源端交换数据,不进行信道编码,直接调制发送至中继,进行直接网络编码再广播至源端(The two-way wireless relay channel, the two source ends to exchange data, does not perform channel coding, directly modulated broadcast to the source side is sent to the relay, the direct network coding)
- 2013-02-27 15:11:56下载
- 积分:1
-
101259378luv_rgb_yuv_lab_space_convert(2)
Convert a color image between color representations.
B = COLORSPACE(S,A) converts the color representation of image A
where S is a string specifying the conversion. S tells the
source and destination color spaces, S = dest<-src , or
alternatively, S = src->dest . Supported color spaces are
RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected)
YPbPr Luma (ITU-R BT.601) + Chroma
YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr)
YUV NTSC PAL Y UV Luma + Chroma
YIQ NTSC Y IQ Luma + Chroma
YDbDr SECAM Y DbDr Luma + Chroma
JPEGYCbCr JPEG-Y CbCr Luma + Chroma
HSV / HSB Hue Saturation Value/Brightness
HSL / HLS / HSI Hue Saturation Luminance/Intensity
XYZ CIE XYZ
Lab CIE L*a*b* (CIELAB)
Luv CIE L*u*v* (CIELUV)
Lch CIE L*ch (CIELCH)(Convert a color image between color representations. B = COLORSPACE (S, A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = ' dest <-src' , or alternatively, S = ' src-> dest' . Supported color spaces are ' RGB' R' G' B ' Red Green Blue (ITU-R BT.709 gamma-corrected)' YPbPr ' Luma (ITU-R BT.601 )+ Chroma ' YCbCr' /' YCC' Luma+ Chroma ( " digitized" version of Y' PbPr) ' YUV' NTSC PAL Y' UV Luma+ Chroma ' YIQ' NTSC Y' IQ Luma+ Chroma ' YDbDr' SECAM Y ' DbDr Luma+ Chroma ' JPEGYCbCr' JPEG-Y' CbCr Luma+ Chroma ' HSV' /' HSB' Hue Saturation Value/Brightness' HSL ' /' HLS ' /' HSI ' Hue Saturation Luminance/Intensity' XYZ ' CIE XYZ' Lab ' CIE L* a* b* (CIELAB)' Luv ' CIE L* u* v* (CIELUV)' Lch ' CIE L* ch (CIE)
- 2009-04-13 10:24:47下载
- 积分:1