Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2019-1-software-lab-1
/
0509_team1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이준영
2019-05-12 20:50:04 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
dae5dd0407c09f2d5d4fc88162aaecdf960bcd49
dae5dd04
2 parents
76f955f2
54d71c4a
channel complete
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
constellation/constellation/channel.h
constellation/constellation/channel.h
View file @
dae5dd0
...
...
@@ -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
);
}
...
...
Please
register
or
login
to post a comment