www.pudn.com > viterbi_wlan_c54.rar > viterbi54.h


//	802.11	Convolutional encoder and Viterbi decoder 
//		Functions Declarations 
// 
 
void wlan_enc(int*,int*, short); 
void viterbi_upck(int *, int *, short); 
void wlan_viterbi_dec(short,short,int*,int*,int* ,int*);