登录
首页 » PDF » Morelli 1999

Morelli 1999

于 2010-08-18 发布 文件大小:113KB
0 198
下载积分: 1 下载次数: 28

代码说明:

  An effecient algorithm has been proposed by Schmidl and Cox for carrier frequency estimation in orthogonal frequency-division multiplexing systems. The scheme is based on the transmission of a training symbol composed of two identical halves in the time domain. In this paper we extend this algorithm by considering a training symbol composed of L>2 identical parts. This makes it possible to achieve a better accuracy at the cost of some increase in computational load. The estimation range can be made as large as desired without the need of a second training symbol, as required by the Schmidl and Cox method.

文件列表:

Morelli_1999.pdf,122385,2009-09-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • temperature-control
    单片机温度控制代码,用于基本的测试及基本的编写(temperature control code,use for normal test)
    2014-03-16 17:05:48下载
    积分:1
  • basic-can-project-at91sam9263-ek
    AT91SAM9263的Keil下的CAN总线的例程文件(AT91SAM9263 under the CAN bus of the Keil routine document)
    2009-12-11 18:29:01下载
    积分:1
  • ELECTRONIC3PROJECT
    schematics for all kinds of amplifiers using TTL transistors together with their simulations. For use with Multisim
    2010-10-29 20:35:34下载
    积分:1
  • smg
    使用C语言写的关于Atmega16单片机的数码管驱动程序(Written in C language on Atmega16 microcontroller LED driver)
    2011-11-29 16:54:54下载
    积分:1
  • Uart_receive
    STM32F4系列串口接收函数,,程序已测试通过。(void USART1_IRQHandler(void) //串口1中断服务程序 { u8 Res #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntEnter() #endif if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET) //接收中断(接收到的数据必须是0x0d 0x0a结尾) { Res =USART_ReceiveData(USART1) //(USART1->DR) //读取接收到的数据 if((USART_RX_STA&0x8000)==0)//接收未完成 { if(USART_RX_STA&0x4000)//接收到了0x0d { if(Res!=0x0a) USART_RX_STA=0 //接收错误,重新开始 else USART_RX_STA|=0x8000 //接收完成了 } else //还没收到0X0D { if(Res==0x0d)USART_RX_STA|=0x4000 else { USART_RX_BUF[USART_RX_STA&0X3FFF]=Res USART_RX_STA++ if(USART_RX_STA>(USART_REC_LEN-1))USART_RX_STA=0 //接收数据错误,重新开始接收 } } } } #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntExit() #endif } )
    2016-01-21 17:04:30下载
    积分:1
  • PCBA
    国内专业手机生产厂商PCBA验收检验标准!!!(Professional mobile phone manufacturer PCBA test)
    2010-12-28 22:27:40下载
    积分:1
  • ADC0809_LCD1602_Voltage_Measure
    基于PROTUES+ADC0809+LCD1602三路温度测量(Three-way temperature measurement based on PROTUES+ADC0809+LCD1602 )
    2009-07-11 14:12:47下载
    积分:1
  • cb_pcb_1
    充电盒程序 用pic16F1828做主芯片(charger box program)
    2014-07-24 18:35:27下载
    积分:1
  • red-translator
    红外解码,通过单片机的红外解码控制单片机上的相关控件。(failed to translate)
    2011-07-07 09:45:03下载
    积分:1
  • pic_dev_brd_schematic
    PIC development board
    2010-10-05 19:31:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载