Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to quantize signal fading

Status
Not open for further replies.

blue_orchid

Newbie level 4
Joined
Jun 26, 2013
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
43
Dear everyone
please help me
i want to quantize a signal fading, this is code that i use:

adc_resolution = 2; % Or Quantizer resolution,"2" because BPSK
no_quantiz_levels = power(2, adc_resolution);

%Quantize%
ftx_q = (floor((no_quantiz_levels-1)*ftx_r1)+no_quantiz_levels/2)*2-1;[/B]

where ftx_r1 is signal fading

is it true??please correct me
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top