diff options
Diffstat (limited to 'src/signalProcessing/ifft/ir8tx.c')
-rw-r--r-- | src/signalProcessing/ifft/ir8tx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/signalProcessing/ifft/ir8tx.c b/src/signalProcessing/ifft/ir8tx.c index f628c1cb..325ae7a9 100644 --- a/src/signalProcessing/ifft/ir8tx.c +++ b/src/signalProcessing/ifft/ir8tx.c @@ -30,8 +30,8 @@ void ir8tx ( int nxtlt,int nthpo,int lengt, int j , kk; - double dblP7 = 1 / sqrt (2) ; - double dblPi2 = 8 * atan (1); + double dblP7 = 1 / sqrt (double(2)) ; + double dblPi2 = 8 * atan (double(1)); double scale, arg; double c1,c2,c3,c4,c5,c6,c7; |