The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Aug 18th, 2024, 9:17am
Pages: 1
Send Topic Print
Effect of reciprocal mixing (Read 2857 times)
chase.ng
Community Member
***
Offline



Posts: 77
penang/malaysia
Effect of reciprocal mixing
Jun 27th, 2007, 1:28am
 
Hi all,

I have a question regarding reciprocal mixing in direct downconversion receiver. I read that the reciprocal mixing will desensitize the receiver by modulating the interferer, how do we simulate that? How do we derive the phase noise requirement from that?

Thanks and Regards,
chase
Back to top
 
 

Chase
View Profile chase.ng   IP Logged
Eugene
Senior Member
****
Offline



Posts: 262

Re: Effect of reciprocal mixing
Reply #1 - Jun 27th, 2007, 3:11pm
 
I usually use baseband equivalent models and VerilogA. You can simulate the interferer by mixing an independent complex baseband signal up to the offset frequency using a complex multiplication with exp(jwt). That signal adds to the baseband equivalent of the desired input signal. The sum then goes to the baseband equivalent model of the downconverting mixer pair, which amounts to another complex multiplication but this time you multily with exp(j*phi) where phi is the phase noise. You simulate the phase noise by passing white Gaussian noise through a digitial filter, perhaps implemented with a z-domain block. You generate the white Gaussian noise with a random number generator updated at a sufficiently high rate.

But before you dive in, ask yourself how you plan to measure the desensing effects of reciprocal mixing. Do you plan to run a BER simulation? An EVM simulation? A simple rms noise simulation with only the interferer present? The answer may confine you to a particular simulator, perhaps one that does not support VerilogA. Perhaps it has something better.

If you are using Spectre and VerilogA, you could run two identical models in paralle, one corrupted by the interferer and one not so corrupted. You can then compute EVM based on the normalized difference between the two sets of outputs.

I have also written VerilogA models to sample and record the corrupted outputs to a file so that I could then process the file with the same software the lab equipment uses to compute EVM. This is a good approach if you are dealing with OFDM signals because many times you need to equalize the signal before computing EVM. The lab software has the equalizer built in.

Back to top
 
 
View Profile   IP Logged
chase.ng
Community Member
***
Offline



Posts: 77
penang/malaysia
Re: Effect of reciprocal mixing
Reply #2 - Jul 4th, 2007, 6:29pm
 
Hi Eugene,

Thanks a lot. I will probably go for verilogA and spectre.

chase
Back to top
 
 

Chase
View Profile chase.ng   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.