Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - Matched Filter for Carrier Recovery

 
Thread Tools Search this Thread
Old 09-15-2005, 07:42 AM   #1
Default Matched Filter for Carrier Recovery


I'm designing a digital QPSK transmitter & receiver.

At the transmitter, i'm using xilinx spartan3smb1500 to
generate the QPSK samples.
A DAC follows to give me a 1Vpp 1MHz signal.
To transmit on my 2.4GHz antenna,
i've used an rf upconverter board.

At the receiver, the 2.4GHz antenna receives my signal
and downconverts to 1Vpp 1MHz signal.
An ADC samples at 50Msps, converts to 12-bit digital signal.

This 12-bit input is splitted in two channels :
one is fed to multiplier on channel I
& another to multiplier channel Q.
The other input of multiplier is a fixed NCO running at
1MHz sine for I-channel and 1MHz cosine for Q-channel.
The output of the multiplier is fed to an FIR Filter to filter out the
high
frequency component and reveal the DC components.

For the FIR filters, i'm using an MAC FIR Filter Core by xilinx.
The coefficients are obtained from matlab fdatool.

; XILINX CORE Generator(tm) Distributed Arithmetic FIR filter
coefficient (.COE) File
; Generated by MATLAB(R) 7.0 and the Filter Design Toolbox 3.0.
Radix = 16;
Coefficient_Width = 16;
CoefData = 3b32,3ce5,3e3e,3f37,3fce,4000,3fce,3f37,3e3e,3ce5, 3b32;

Moving on, i need to design a Matched Filter to find the proper
sampling
instant for the symbols.
Also, due to carrier offset, the phase is rotating.
I understand that a phase detector, a loop filter and
an NCO is required to recover the phase.

Going one step at a time,
Would appreciate if you can direct me to articles
that explain practical implementations of a Matched Filter.

Thanks,
faaizal



faaizal@gmail.com
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help on auto conversion from Matlab to vhdl on filter design hardheart Hardware 0 12-07-2007 09:19 AM
Re: HP Recovery problems Tony A+ Certification 1 05-09-2007 03:28 PM
Win XP Home Ed. HP Pavilion Recovery ? ChrisW A+ Certification 6 02-24-2004 06:59 AM
jobless Recovery, many IT pros out of work Joe A+ Certification 6 02-08-2004 05:13 AM
Re: Windows XP Recovery That Went Wrong Geoff A+ Certification 0 11-15-2003 11:27 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46