photo

Prashant Dubey


Last seen: 2年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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 ...

約4年 前 | 9

回答済み
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);...

約4年 前 | 0