回答済み
Simulating human vision system.
I have to say that if you have no experience of MATLAB this is quite a tough project to start with. It's easier to learn a new l...

約15年 前 | 0

| 採用済み

回答済み
inverse Fourier transform
ifft2

15年以上 前 | 0

回答済み
Problem with phase in FFT analysis
The problem is that there is not an exact whole number of cycles of the sine wave in the original time series. If you look at th...

15年以上 前 | 5

| 採用済み

回答済み
How to remove single quotes using regexprep
The solution using regexprep is just D = regexprep(C, '''', '');

15年以上 前 | 1

回答済み
Locating Peaks Naively
In case you don't have the Signal Processing Toolbox, or its findpeaks function is not general enough, you could try the followi...

15年以上 前 | 2

| 採用済み

回答済み
Is there a method to sort a list an array of words alphabetically (natural order sorting)
>> sort({'gamma', 'delta', 'alpha', 'beta'}) ans = 'alpha' 'beta' 'delta' 'gamma'

15年以上 前 | 5

| 採用済み

回答済み
Pattern Extraction from an image?
You can pull out the part of the image round location (x,y) like this: pattern = image(y-h:y+h, x-h:x+h); This assumes ...

15年以上 前 | 0

| 採用済み

回答済み
How do you create a loop to find a coefficient value to which one of the variables in the function changes with every cycle
The first thing to be clear about is the distinction between the time step, dt, and the time itself, which might be called t. dt...

15年以上 前 | 0

| 採用済み

回答済み
2D FFT: problems with fftshift + setting up wavenumbers
You've used fftshift to put the zero-frequency component at the centre of the array F3. However, your wavevector matrices kx and...

15年以上 前 | 0

| 採用済み

回答済み
Iteration of changing discrete variables
It depends on how the data for the four variables are stored. I'll assume you can read the data into four arrays, each of which ...

15年以上 前 | 0

回答済み
how to get low pass filter from image
It looks as if you didn't assign a value to the second input argument when you called the function. I also see that the first ar...

15年以上 前 | 0

回答済み
Image retrieving
The fft can be reversed almost exactly (using ifft in Matlab). Any numerical errors will be tiny. The log-polar transformation ...

15年以上 前 | 0

回答済み
log-polar mapping conversion
The poster is using ImToPolar from the file exchange, which does a polar transform. However, the text says that a log-polar tran...

15年以上 前 | 2

送信済み


Fourier transform demonstration
An introductory demonstration of the discrete Fourier transform, making use of the fft function.

15年以上 前 | ダウンロード 10 件 |

4.3 / 5

送信済み


Extended array indexing
Indexes a virtual array formed by extending an array indefinitely on each dimension.

約16年 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


Log-polar image sampling
Resamples an image from a conventional grid to a log-polar grid, and back.

約16年 前 | ダウンロード 3 件 |

4.6 / 5
Thumbnail

送信済み


Elementary Cellular Automata
Simulates any 1D nearest-neighbour binary cellular automaton.

約16年 前 | ダウンロード 3 件 |

4.8 / 5
Thumbnail

送信済み


Gabor function masks
Create Gabor-function convolution masks

17年以上 前 | ダウンロード 1 件 |

5.0 / 5