Skip to content
Snippets Groups Projects
Commit d900d20d authored by Sławomir Stepanowski's avatar Sławomir Stepanowski
Browse files

Delete kanal_BEC.m

parent d65d879b
Branches
No related merge requests found
function wyjscie = kanal_BEC(koder_pola, EPSILON)
wyjscie = koder_pola;
wyjscie(rand(1, length(koder_pola)) < EPSILON) = nan;
end
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment