![]() updated 10 months ago |
Decoding of transmitted coded bit (using convolution code) at the receiver using Viterbi Algorithm [next_state,output]=next_stage(current_state,input) [prev_state,decoded_bit]=prev_stage(curr_state,distance_p... |
0 Comments 39 Downloads (30 Days) |
![]() updated 3 years ago |
Forward Viterbi algorithm based on: http://en.wikipedia.org/wiki/Viterbi_algorithm |
2 Comments 32 Downloads (30 Days) |
![]() updated almost 4 years ago |
Most probable path using Viterbi algorithm The script provided decodes a set of observations to find the corresponding hidden states of a hmm. |
0 Comments 11 Downloads (30 Days) |
![]() updated 7 years ago |
This function runs Viterbi algorithm given valid parameters and returns optimal path into a file (ou |
8 Comments 18 Downloads (30 Days) |
![]() updated 10 years ago |
Soft Input Soft Output Viterbi Algorithm Implementation of the SISO Viterbi algorithm. |
39 Comments 37 Downloads (30 Days) |