diff --git a/openair1/PHY/CODING/TESTBENCH/polartest.c b/openair1/PHY/CODING/TESTBENCH/polartest.c index 69a28dfb6860088eb53eace7b246e2f1751a52f1..d379aaf58ebd10057cd8eca40a4a83a60aa7a8a0 100644 --- a/openair1/PHY/CODING/TESTBENCH/polartest.c +++ b/openair1/PHY/CODING/TESTBENCH/polartest.c @@ -11,7 +11,7 @@ #include "SIMULATION/TOOLS/sim.h" //#define DEBUG_POLAR_PARAMS -#define DEBUG_DCI_POLAR_PARAMS +//#define DEBUG_DCI_POLAR_PARAMS int main(int argc, char *argv[]) { @@ -209,7 +209,7 @@ int main(int argc, char *argv[]) { modulatedInput[i]=(-1)/sqrt(2); channelOutput[i] = modulatedInput[i] + (gaussdouble(0.0,1.0) * (1/sqrt(2*SNR_lin))); - printf("%f\n",channelOutput[i]); + //printf("%f\n",channelOutput[i]); } @@ -273,8 +273,8 @@ int main(int argc, char *argv[]) { print_meas(&timeDecoder,"polar_decoder",NULL,NULL); fclose(logFile); - free(testInput); - free(encoderOutput); + //free(testInput); + //free(encoderOutput); free(modulatedInput); free(channelOutput); free(estimatedOutput);