Additive Noise Channel
Version 1.0.0.0 (20 KB) by
Ashwini Patankar
This function is the matlab implementation of Additive Noise Channel
Additive Noise Channel / Additive Guassian Noise Channel is the simplest of all channels. File usage details:
op_channel = additivenoise(input_signal)
mathematical Model:
s(t) input signal to channel (=sig_ip)
n(t)additive random noise process added by channel (=noise_mat)
a(t) attenutation factor , here it is taken as random(=att_fact)
out put signal r(t) = a .* s(t) + n(t)
an additional file named through_anc is there which shows 2 figures, 1. input signal 2. output signal
Cite As
Ashwini Patankar (2026). Additive Noise Channel (https://www.mathworks.com/matlabcentral/fileexchange/24726-additive-noise-channel), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2006a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on PHY Components in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
