Untitled

Anonymous
plain_text
06/13/2024 4:26 AM
64 B
17
Indexable
function y = impulse(n)
    y = (n == 0);
end
Editor is loading...
Leave a Comment