Skip to content

Commit

Permalink
Update doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kouchy committed Oct 31, 2016
1 parent 3527cb6 commit f0d821e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Module/Decoder/Decoder_SISO.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ class Decoder_SISO : public Decoder<B,R>, public SISO<R>
/*!
* \brief Constructor.
*
* \param K : number of information bits in the frame.
* \param N : size of one frame.
* \param n_frames: number of frames to process in the decoder.
* \param name : decoder name.
* \param K: number of information bits in the frame.
* \param N: size of one frame.
* \param n_frames: number of frames to process in the decoder.
* \param simd_inter_frame_level: number of frames absorbed by the SIMD instructions.
* \param name: decoder name.
*/
Decoder_SISO(const int K, const int N, const int n_frames = 1, const int simd_inter_frame_level = 1,
std::string name = "Decoder_SISO")
Expand Down

0 comments on commit f0d821e

Please sign in to comment.