photo

Prashant Dubey


Last seen: oltre 2 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
I meet some problem in my coursera homework Echo Generator
function output = echo_gen(s, Fs, delay, amp) % Find the time between points using Fs dt = 1/Fs; % Calculate the ...

circa 4 anni fa | 9

Risposto
Write a function called blur that blurs the input image
function out = blur(img,w) % convert to double for doing calculations imgD = double(img); [row, col] = size(img);...

circa 4 anni fa | 0