Skip to content

Commit e9be09e

Browse files
committed
Adds SISO and MIMO channel models with normalized gains.
Adds two new channel models (SISO & MIMO) which features: * Raleigh fading, rician fading or no fading at all, * AWGN configured by noise standard deviation or SNR, * Real-valued as well as complex-valued messages, * All antenna configurations for the MIMO model, * Spatial correlation with the Kronecker model for the MIMO model, * K-factor calculation (ratio of power between LOS and NLOS). Updates accordingly documentation, readme and conf.py.
1 parent 32ee977 commit e9be09e

File tree

9 files changed

+854
-92
lines changed

9 files changed

+854
-92
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2012-2015, Veeresh Taranalli
3+
Copyright (c) 2012-2018, Veeresh Taranalli & contributors
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Channel Coding
3131

3232
Channel Models
3333
--------------
34+
- SISO Channel with Rayleigh or Rician fading.
35+
- MIMO Channel with Rayleigh or Rician fading.
3436
- Binary Erasure Channel (BEC)
3537
- Binary Symmetric Channel (BSC)
3638
- Binary AWGN Channel (BAWGNC)
@@ -61,6 +63,7 @@ Utilities
6163
- Decimal to bit-array, bit-array to decimal.
6264
- Hamming distance, Euclidean distance.
6365
- Upsample
66+
- Power of a discrete-time signal
6467

6568
FAQs
6669
----

0 commit comments

Comments
 (0)