mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
Comment out the qra64_fastfading_channel function -- used only for tests.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7347 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
7600269207
commit
cfede5e9db
@ -548,7 +548,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
|
||||
@ -662,7 +662,7 @@ int qra64_fastfading_channel(float **rxen, const int *xmsg, const int submode, c
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
// Static functions definitions ----------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user