이준영

channel complete

......@@ -16,7 +16,11 @@ public:
Cchannel::Cchannel()
{
default_random_engine generator;
<<<<<<< HEAD
normal_distribution<double> myGauss(0, No/2);
=======
normal_distribution<double> myGauss(0, No / 2);
>>>>>>> ljy
for (int i = 0; i < Nbits; i++)
noise[i] = myGauss(generator);
}
......