Additive Noise Channel

This function is the matlab implementation of Additive Noise Channel
2.2K Downloads
Updated 14 Jul 2009

View License

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 (2024). 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 Linux
Categories
Find more on PHY Components in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0