photo

mohammed alenazy


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
what is the algorithm behind the fft2 and ifft2 in matlab?
It is this simple tic; clc; clear all; close all; rng default sf = 1000; Ts = 1/sf; ...

2 years 前 | 0

已回答
How to write fast fourier transform function without using fft function ?
This may help. %%%%%%%%%%%%%%%%%%%%% Fast Fourier Transform %%%%%%%%%%%%%%%%%%%%%% % This Script shows how the Fast Fourier Tr...

3 years 前 | 0