File:Softhard.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Softhard.png(561 × 420 pixels, file size: 8 KB, MIME type: image/png)

Captions

Captions

Comparison of QPSK with and without convolutional codes (7, [175 133]) (AWGN).

Summary[edit]

Description
English: Theoretical bit-error rate curves for uncoded and coded QPSK, additive white Gaussian noise channel. Hard decision means that the decoder expects binary symbols (0's and 1's); Soft decision means that the decoder expects log-likelihood ratios[1][2].

MATLAB script:

clear all 
close all 
clc 

EbNo = 0:7; 
spect = distspec(poly2trellis(7,[171 133]),7) 
ber_h = bercoding(EbNo,'conv','hard',1/2,spect); 
ber_s = bercoding(EbNo,'conv','soft',1/2,spect); 
ber_u = berawgn(EbNo,'psk',4,'nondiff'); 

figure(1) 
semilogy(EbNo, ber_h, EbNo, ber_s,... 
EbNo, ber_u, 'LineWidth', 1.5) 
hold on 
legend('Hard','Soft','Uncoded','location','best') 
grid on 
xlabel('Eb/No (dB)') 
ylabel('Bit Error Rate')
Date
Source Own work
Author Kirlf
Other versions
This graph image could be re-created using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with {{vector version available|new image name}}.


It is recommended to name the SVG file “Softhard.svg”—then the template Vector version available (or Vva) does not need the new image name parameter.

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
  1. LLR vs. Hard Decision Demodulation
  2. Estimate BER for Hard and Soft Decision Viterbi Decoding

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current05:07, 6 February 2019Thumbnail for version as of 05:07, 6 February 2019561 × 420 (8 KB)Kirlf (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

Metadata