| 2 | 1/1 | 返回列表 |
| 查看: 813 | 回復(fù): 1 | |||
[交流]
二維快速傅里葉變換 已有1人參與
|
|
想要請教一下用matlab代碼處理 二維快速傅里葉變換,有時間的大佬可以聯(lián)系我交流一下嗎,求助 發(fā)自小木蟲Android客戶端 |
木蟲 (正式寫手)
newbie
|
fft2 2-D fast Fourier transformcollapse all in page Syntax Y = fft2(X) Y = fft2(X,m,n) Description example Y = fft2(X) returns the two-dimensional Fourier transform of a matrix using a fast Fourier transform algorithm, which is equivalent to computing fft(fft(X).').'. If X is a multidimensional array, then fft2 takes the 2-D transform of each dimension higher than 2. The output Y is the same size as X. example Y = fft2(X,m,n) truncates X or pads X with trailing zeros to form an m-by-n matrix before computing the transform. Y is m-by-n. If X is a multidimensional array, then fft2 shapes the first two dimensions of X according to m and n. Examples collapse all 2-D Transform View MATLAB Command The 2-D Fourier transform is useful for processing 2-D signals and other 2-D data such as images. Create and plot 2-D data with repeated blocks. P = peaks(20); X = repmat(P,[5 10]); imagesc(X) Figure contains an axes. The axes contains an object of type image. Compute the 2-D Fourier transform of the data. Shift the zero-frequency component to the center of the output, and plot the resulting 100-by-200 matrix, which is the same size as X. Y = fft2(X); imagesc(abs(fftshift(Y))) Figure contains an axes. The axes contains an object of type image. Pad X with zeros to compute a 128-by-256 transform. Y = fft2(X,2^nextpow2(100),2^nextpow2(200)); imagesc(abs(fftshift(Y))); Figure contains an axes. The axes contains an object of type image. Input Arguments collapse all X — Input array matrix | multidimensional array Input array, specified as a matrix or a multidimensional array. If X is of type single, then fft2 natively computes in single precision, and Y is also of type single. Otherwise, Y is returned as type double. Data Types: double | single | int8 | int16 | int32 | uint8 | uint16 | uint32 | logical Complex Number Support: Yes m — Number of transform rows positive integer scalar Number of transform rows, specified as a positive integer scalar. Data Types: double | single | int8 | int16 | int32 | uint8 | uint16 | uint32 | logical n — Number of transform columns positive integer scalar Number of transform columns, specified as a positive integer scalar. Data Types: double | single | int8 | int16 | int32 | uint8 | uint16 | uint32 | logical More About collapse all 2-D Fourier Transform This formula defines the discrete Fourier transform Y of an m-by-n matrix X: Y p+1,q+1 = m−1 j=0 n−1 k=0 ω jp m ω kq n X j+1,k+1 ωm and ωn are complex roots of unity: ω m =e −2πi/m ω n =e −2πi/n i is the imaginary unit. p and j are indices that run from 0 to m–1, and q and k are indices that run from 0 to n–1. This formula shifts the indices for X and Y by 1 to reflect matrix indices in MATLAB®. |
| 2 | 1/1 | 返回列表 |
| 最具人氣熱帖推薦 [查看全部] | 作者 | 回/看 | 最后發(fā)表 | |
|---|---|---|---|---|
|
[考研] 考研一志愿長安大學(xué)材料與化工309分請求調(diào)劑 +6 | dtdxzxx 2026-03-06 | 8/400 |
|
|---|---|---|---|---|
|
[考研] 294 英二數(shù)二物化 求調(diào)劑 +6 | 米飯團不好吃 2026-03-09 | 6/300 |
|
|
[考研] 數(shù)二英二309分請求調(diào)劑 +3 | dtdxzxx 2026-03-09 | 4/200 |
|
|
[考研] 0703化學(xué) 學(xué)碩 理工科均可 不區(qū)分研究方向 總分279求調(diào)劑 +9 | 1一11 2026-03-03 | 9/450 |
|
|
[基金申請] 第二個面上項目的獲批幾率如何? +3 | wawm9296 2026-03-04 | 5/250 |
|
|
[考研] 求0856調(diào)劑 +5 | 小力氣珂珂 2026-03-08 | 5/250 |
|
|
[考研] 一志愿武理314求調(diào)劑 +4 | ( ̄~ ̄;) 2026-03-08 | 5/250 |
|
|
[考研] 醫(yī)學(xué)檢驗專業(yè)26考研求調(diào)劑 +3 | 琪ya 2026-03-03 | 5/250 |
|
|
[考研] 2026考研求調(diào)劑-材料類-本科211一志愿985-初試301分 +7 | 蟲友233 2026-03-07 | 7/350 |
|
|
[考研] 考研求調(diào)劑,工科,總分304 +4 | 矮子不想長高了 2026-03-08 | 7/350 |
|
|
[考研] 求調(diào)劑,一志愿華中科大0702,數(shù)一英一,293 +4 | 小羅露一二 2026-03-07 | 4/200 |
|
|
[考研] 材料科學(xué)(0805)338 求調(diào)劑 +7 | xiaokang3286 2026-03-07 | 7/350 |
|
|
[考研] 0703化學(xué)求調(diào)劑學(xué)校 +3 | 一志愿京區(qū)211 2026-03-04 | 3/150 |
|
|
[考研] 267化工調(diào)劑求助 +7 | 聰少OZ 2026-03-04 | 7/350 |
|
|
[考研] 2026調(diào)劑】考試A區(qū)0703化學(xué)類323分 誠求接收 +3 | 卷柏卷柏 2026-03-05 | 4/200 |
|
|
[考研] 求調(diào)劑推薦 +4 | 微辣不吃 2026-03-06 | 4/200 |
|
|
[考研] 哈爾濱理工大學(xué)2026年研究生調(diào)劑,材料科學(xué)與化學(xué)工程學(xué)院研究生調(diào)劑 +3 | xinliu866 2026-03-06 | 3/150 |
|
|
[考研] 334求調(diào)劑 +6 | Trying] 2026-03-05 | 8/400 |
|
|
[考研] 材料與化工,291,求調(diào)劑 +7 | 咕嚕咕嚕123123 2026-03-05 | 8/400 |
|
|
[考研] 085601 材料305分求助 +4 | 泡泡郵件 2026-03-03 | 6/300 |
|