![]() updated 9 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_pre... |
0 Comments 75 Downloads (30 Days) |
![]() updated 3 years ago |
Forward Viterbi algorithm based on: http://en.wikipedia.org/wiki/Viterbi_algorithm |
2 Comments 44 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 22 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 41 Downloads (30 Days) |
![]() updated almost 10 years ago |
Soft Input Soft Output Viterbi Algorithm Implementation of the SISO Viterbi algorithm. |
39 Comments 52 Downloads (30 Days) |