photo

Prashant Dubey


Last seen: mer än 2 år ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 ...

ungefär 4 år ago | 9

Answered
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);...

ungefär 4 år ago | 0