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 years 前 | 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 years 前 | 1 个回答 | 0
