Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2019-1-software-lab-1
/
0509_team3
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:01:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8c819ef2800f115d79704a207814a10b70423777
8c819ef2
1 parent
d52d0dc9
change channel.h
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
constellation/constellation/channel.h
constellation/constellation/channel.h
View file @
8c819ef
#ifndef __CHANNEL
#define __CHANNEL
#include <cmath>
#include <random>
#include "variables.h"
class
Cchannel
{
class
Cchannel
{
public
:
Cchannel
()
{};
float
*
s
;
// trasmitted signal
float
r
[
Nbits
/
Nbitspersymbol
*
Nsamplespersymbol
];
// corrupted signal
float
r
[
Nbits
/
Nbitspersymbol
*
Nsamplespersymbol
];
// corrupted signal
float
n
[
Nbits
/
Nbitspersymbol
*
Nsamplespersymbol
];
void
AWGN
();
};
#endif
\ No newline at end of file
...
...
Please
register
or
login
to post a comment