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
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