mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-17 09:31:59 -05:00
Comment out the fast-fading channel simulator, it's not needed in WSJT-X and causes grief for WinXP folks without rand_s.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7317 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
4334bf2fc3
commit
5afe27e531
@ -40,7 +40,7 @@ resulting code is a (12,63) code
|
||||
#include "../qracodes/qracodes.h"
|
||||
#include "../qracodes/qra13_64_64_irr_e.h"
|
||||
#include "../qracodes/pdmath.h"
|
||||
#include "../qracodes/normrnd.h"
|
||||
//#include "../qracodes/normrnd.h"
|
||||
|
||||
// Code parameters of the QRA64 mode
|
||||
#define QRA64_CODE qra_13_64_64_irr_e
|
||||
@ -526,7 +526,7 @@ int qra64_decode_fastfading(
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
int qra64_fastfading_channel(float **rxen, const int *xmsg, const int submode, const float EbN0dB, const float B90, const int fadingModel)
|
||||
{
|
||||
// Simulate transmission over a fading channel and non coherent detection
|
||||
@ -647,7 +647,7 @@ int qra64_fastfading_channel(float **rxen, const int *xmsg, const int submode, c
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
// Static functions definitions ----------------------------------------------
|
||||
|
1050
lib/qra/qra64/qra64_all.c
Normal file
1050
lib/qra/qra64/qra64_all.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user