Feeds
질문
Convolution in Fourier domain
Hello! I wanna implement 2D convolution using fft2 in such way: F=fft2(im2double(imread('cameraman.tif'))); H=fft2(f...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
Element wise operation with own function without loops
Hello! What is the syntax to do element wise operation with own function? Say, I have matrix A=magic(5) and function myFun(x)....
거의 10년 전 | 답변 수: 1 | 0