photo

绵辉 翁


Last seen: presque 3 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Generate echo to an audio
function output = echo_gen(input,fs,delay,amp) rawecho = zeros(length(input)+round(fs*delay),1);%creat a vector to storge "pure...

presque 3 ans il y a | 0

Réponse apportée
Write a function called blur that blurs the input image
function output = blur(img,w) copyimg = double(img); for ii = 1:size(img,1) for jj = 1:size(img,2) array = zeros...

presque 3 ans il y a | 0