 10-D Prime Factor Algorithm

Slides:



Advertisements
Similar presentations
1 時 頻 分 析 近 年 來 的 發 展時 頻 分 析 近 年 來 的 發 展 丁 建 均 國立台灣大學電信工程學研究所 Recent Development of Time-Frequency Analysis.
Advertisements

663 Chapter 14 Integral Transform Method Integral transform 可以表示成如下的積分式的 transform  kernel Laplace transform is one of the integral transform 本章討論的 integral.
Final Review Chapter 1 Discrete-time signal and system 1. 模拟信号数字化过程的原理框图 使用 ADC 变换器对连续信号进行采样的过程 使用 ADC 变换器对连续信号进行采样的过程 x(t) Analog.
數位訊號處理 第4章 離散時間訊號與LTI系統之傅利葉分析
第十章 图像的频域变换.
Introduction to Matlab
第一章 绪论.

XI. Hilbert Huang Transform (HHT)
Signal and Systems 教師:潘欣泰.
A TIME-FREQUENCY ADAPTIVE SIGNAL MODEL-BASED APPROACH FOR PARAMETRIC ECG COMPRESSION 14th European Signal Processing Conference (EUSIPCO 2006), Florence,
3-3 Modeling with Systems of DEs
Euler’s method of construction of the Exponential function
RSA-256bit Digital Circuit Lab TA: Po-Chen Wu.
AN INTRODUCTION TO OFDM
IV. Implementation IV-A Method 1: Direct Implementation 以 STFT 為例
期末考的範圍遠遠多於期中考,要了解的定理和觀念也非常多
講師:Wei – Chin Huang 時間:8月25、26日
V. Homomorphic Signal Processing
XVI. Applications of Wavelet Transforms
Differential Equations (DE)
單元一:基頻訊號傳送技術實習 (PCM取樣 量化 編碼部分) 數位通訊實習模擬 單元一.
Office 技巧簡介 作者: 郭國銓 後續修改: 丁建均.
Chapter 4 歸納(Induction)與遞迴(Recursion)
IX. Basic Implementation Techniques and Fast Algorithm
Chapter 11 Orthogonal Functions and
計算方法設計與分析 Design and Analysis of Algorithms 唐傳義
On Some Fuzzy Optimization Problems
第五章 数字滤波器设计 Filtering Beijing Institute of Technology 数字信号处理.
期末考的範圍遠遠多於期中考,要了解的定理和觀念也非常多
32位元處理器之定點數MFCC演算法的改進與探討 Improvement and Discussion of MFCC Algorithm on 32-bit Fixed-point Processors 學生:陳奕宏 指導教授:張智星.
X. Other Applications of Time-Frequency Analysis
信号与图像处理基础 An Introduction to Signal and Image Processing 中国科学技术大学 自动化系
無線通訊系統概論 行動通訊與網路 Chapter 7 多重分工技術.
II. Short-time Fourier Transform
VI. Brief Introduction for Acoustics
第十章 轉換編碼 視轉換為座標軸之旋轉 視轉換為基底函數之分解 影像轉換 轉換編碼之方法 JPEG DCT 演算法 JPEG DCT 之結果
Principle and Application of Digital Television
数字图像处理 第十二章 离散图像变换.
Source: IEEE Transactions on Image Processing, Vol. 25, pp ,
一般論文的格式 註:這裡指的是一般 journal papers 和 conference papers 的格式。
4-5 数论基础.
检验 Chi-Squared Test Goodness-of-fit Test 拟合优度检验 & Test of Row and Column Independenc 独立性检验 欧阳顺湘 北京师范大学珠海分校.
Advanced Digital Signal Processing 高等數位訊號處理
Bayesian Method 陈子豪 ACM Honored Class July 17th,2014.
第三章 付里叶分析 离散付氏级数的数学解释(The Mathematical Explanation of DFS)
XIV. Orthogonal Transform and Multiplexing
PowerPoint 2019/4/9.
VII. Data Compression (A)
Definition of Trace Function
Word – 排版 資訊教育.
目錄 在中文輸入法底下打標點符號 Backspace退位鍵 Delete刪除鍵 Enter確定鍵 NumLock數字卡鎖鍵
PowerPoint 操作介紹 106 計算機概論
(二)盲信号分离.
IV. Implementation IV-A Method 1: Direct Implementation 以 STFT 為例
本講義為使用「訊號與系統,王小川編寫,全華圖書公司出版」之輔助教材
國立台灣大學 關懷弱勢族群電腦課程 By 資訊工程 黃振修
補充 數值方法 數值方法.
小畫家教學 電子版儲存於 學校網頁/學科資訊/電腦科
若要查看更多祕訣、影片、說明和訓練,請瀏覽 aka.ms/officetips
II. Short-time Fourier Transform
ABAP Basic Concept (2) 運算子 控制式與迴圈 Subroutines Event Block
Principle and application of optical information technology
Word 2010 文書處理技巧 圖資中心資訊組 李訓榮.
Gaussian Process Ruohua Shi Meeting
ABAP Basic Concept (2) 運算子 控制式與迴圈 Subroutines Event Block
Hybrid fractal zerotree wavelet image coding
Presentation transcript:

 10-D Prime Factor Algorithm [Ref] A. V. Oppenheim, Discrete-Time Signal Processing, London: Prentice-Hall, 3rd ed., 2010. N 可以是任意整數 If P1, P2, …, PM are small integers and prime to each other the powers k1, k2, …, kM are small then using the prime factor FFT to implement the N-point DFT may require fewer real multiplications.

3-point DFT butterfly:   Needs 4 complex multiplications (12 real multiplications) N–point DFT butterfly: needs 3(N1)(N1) real multiplications 然而,可以使用特殊的方法,讓 N–point DFT 的乘法量大幅減少 (即使 N  2k) 例如 pages 290, 297 x[0] x[1] x[2] X[0] X[1] X[2]

 Detail of the implementation method of the prime factor algorithm n = 0, 1, …., N −1, m = 0, 1, …., N −1 Case 1: 假設 N = P1  P2 , P1 is prime to P2 拆成 P2 個 P1-point DFTs,和 P1 個 P2-point DFTs 令 n = ((n1P1 + n2P2)) N m = ((m1P1 + m2P2)) N (( ))N : 除以 N 的餘數 n1, m1 = 0, 1, …., P2 −1, n2, m2 = 0, 1, …., P1 −1 當 P1, P2 互值時,每一個 n1, n2 對應到唯一一個 n

例子:當 N = 15, P1 = 3, P2 = 5, 0 = ((0· P1 + 0·P2))15 10 = ((0· P1 + 2·P2))15 1 = ((2· P1 + 2·P2))15 11 = ((2· P1 + 1·P2))15 2 = ((4· P1 + 1·P2))15 12 = ((4· P1 + 0·P2))15 3 = ((1· P1 + 0·P2))15 13 = ((1· P1 + 2·P2))15 4 = ((3· P1 + 2·P2))15 14 = ((3· P1 + 1·P2))15 5 = ((0· P1 + 1·P2))15 6 = ((2· P1 + 0·P2))15 7 = ((4· P1 + 2·P2))15 8 = ((1· P1 + 1·P2))15 9 = ((3· P1 + 0·P2))15

Step 2 Step 3 n1, m1 = 0, 1, …., P2 −1, n2, m2 = 0, 1, …., P1 −1

Step 1 令 Step 2 固定 n2,對 n1 做 P2-point DFT n2 有 P1 個值,所以有 P1 個 P2-point DFTs Step 3 固定 m3,對 n2 做 P1-point DFT m3 有 P2 個值,所以有 P2 個 P1-point DFTs m3 = 0, 1, …., P2 −1, m4 = 0, 1, …., P1 −1 Step 4 其中 ((m1P1))P2 = m3, ((m2P2))P1 = m4,

n = 0, 1, …., N −1, m = 0, 1, …., N −1 Case 2: 假設 N = P1  P2 , P1 is not prime to P2 令 n = n1P1 + n2 m = m1 + m2P2 n1, m1 = 0, 1, …., P2 −1, n2, m2 = 0, 1, …., P1 −1

Step 2 Step 3 Step 4 被稱為 twiddle factor,需要額外的乘法 n1, m1 = 0, 1, …., P2 −1, n2, m2 = 0, 1, …., P1 −1

Step 1 令 Step 2 固定 n2,對 n1 作 P2-point DFT n2 有 P1 個值,所以有 P1 個 P2-point DFTs Step 3 Step 4 固定 m1,對 n2 作 P1-point DFT Step 5

 10-E FFT 的乘法量的計算 假設 N = P1  P2 , P1 is prime to P2 P1-point DFT 的乘法量為 B1, P2-point DFT 的乘法量為 B2 則 N-point DFT 的乘法量為 P2B1 + P1B2 假設 P1, P2, …., PK 彼此互質 Pk-point DFT 的乘法量為 Bk 則 N-point DFT 可分解成 (N/P1) 個 P1-point DFTs (N/P2) 個 P2-point DFTs : (N/PK) 個 PK-point DFTs 總乘法量為

假設 N = P c, P is a prime number 若 N1 = P a 的乘法量為 B1, N2 = P b 的乘法量為 B2, a + b = c, 且 n1n2 當中 (n1 = 0, 1, …., N1 −1, n2 = 0, 1, …., N2 −1) 有 D1 個值不為 N/12 及 N/8 的倍數 有 D2 個值為 N/12 或 N/8 的倍數,但不為 N/4 的倍數 則 N-point DFT 的乘法量為 N2B1 + N1B2 + 3D1 + 2D2 Note: a  exp(j ),當 a 為 complex,需要 3 個乘法 然而,當  = /4,只需 2個乘法 當  = /3,只需 2 個乘法

例子: 16-point DFT, 16 = 8  2 , 乘法量 = 2  4 + 8  0 + 3  4 + 2  2 = 24 16 = 4  4 乘法量 = 4  0 + 4  0 + 3  4 + 2  4 = 20

 10-F Goertzel Algorithm DFT: 優點: Hardware 最為精簡 缺點: 運算時間較長 x[n] = f [Nn], n = 1, 2, …., N F[m] = y[N] x[n] y[n]

 10-G Chirp Z Transform 適合於計算 FT 當 sampling interval 不為 t f  1/N 時 Continuous Fourier transform: 取 t = n t, f = m f, 當 t f = 1/N, 將可以用 DFT 以及 FFT來對上式作implementation。 當 t f  1/N 的時候  採用 CZT

 10-H Winograd Algorithm for DFT Implementation 331  10-H Winograd Algorithm for DFT Implementation Basic idea: Except for the 1st row and the 1st column, the N-point DFT is equivalent to the (N−1)-point circular convolution when N is a prime number. Example: 5-point DFT ,  = exp[j72],

332 將 3rd and 4th rows, 3rd and 4th columns 作交換 變成 circular convolution 的型態 Circular Convolution Circular Convolution with time inverse

333

334 當 N 為其他的 prime numbers 時,也可以運用 permutation 和 circular convolution來計算 prime-number DFTs (Step 1) Delete the 1st row and the 1st column. (Step 2) Perform the row and column permutations. Rows 和 columns 的順序相同 (a) 找出一個 primitive root a, 使得 ak mod N  1 when k = 1, 2, …., N−2, aN−1 mod N  1 (Primitive root 的概念,會在後面講到數論時複習) (b) Rows 和 columns 的順序,以 p[n] 來表示, p[n] = an mod N, n = 0, 1, …., N−2 (Step 3) 變成 circular convolution 的型態 則 N-point DFT 可以用(N−1)-point DFTs 來 implementation

335 重要理論: Any N-point DFT can be implemented by the 2k-point DFTs whatever the value of N is. 7-point DFT 123-point DFT

XI. Discrete Fourier Transform 的替代方案  11-A Why Should We Use Other Operations? Discrete Fourier Transform (DFT): 優點: 有 fast algorithm (complexity 為 O(Nlog2N)). 適合做頻譜分析和 convolution implementation 問題: (1) complex output (2) The exponential function is not of the binary form.

Applications of the DFT:  Spectrum analysis  Performing the convolution   For spectrum analysis, the DFT can be replaced by: (1) DCT, (2) DST, (3) DHT, (4) Walsh (Hadamard) transform, (5) Haar transform, (6) orthogonal basis expansion, (including orthogonal polynomials and CDMA), (7) wavelet transform, (8) time-frequency distribution When performing the convolution, the DFT can be replaced by: (1) DCT, (2) DST, (3) DHT, (4) Directly Computing, (5) Sectioned DFT convolution, (6) Winograd algorithm, (7) Walsh (Hadamard) transform, (8) number theoretic transform (NTT)

 11-B Discrete Sinusoid Transforms DCT (discrete cosine transform) has 8 types DST (discrete sine transform) has 8 types DHT (discrete Hartley transform) has 4 types 共通的特性:皆為 real, 且和 DFT 密切相關 Reference  N. Ahmed, T. Natarajan, and K. R. Rao, “Discrete cosine transform,” IEEE Trans. Comput., vol. C-23, pp. 90-93, Jan 1974.  Z. Cvetkovic and M. V. Popovic, “New fast recursive algorithms for the computation of discrete cosine and sine transforms,” IEEE Trans. Signal Processing, vol. 40, pp. 2083-2086, Aug. 1992.  R. N. Bracewell, The Hartley Transform, New York, Oxford University Press, 1986.  S. C. Chan and K. L. Ho, “Prime factor real-valued Fourier, cosine and Hartley transform,” Proc. Signal Processing VI, pp. 1045-1048, 1992.

 Case 1: 當 x[n] 為 even function,x[n] = x[N−n] 在做頻譜分析時, N-point DFT 可以被 (floor(N/2) +1)-point DCT (type 1) 取代 可以證明,當 x[n] 為 even, (運算量減少將近一半) Recover: 注意:和 JPEG 所用的 DCT (type 2) 並不相同

(Proof) When x[n] = x[N−n] ,N is even (The case where N is odd can be proved in the similar way)

half part of x[n] 25

 Case 2: 當 x[n] 為 odd function, x[n] = −x[N−n] 在做頻譜分析時, N-point DFT 可以被 (N/2 −1)-point DST (type 1) 取代 , Q = N/2. 可以證明,當 x[n] 為 odd, (運算量減少將近一半) Recover:

 Case 3: 當 x[n] 為 real function,在做頻譜分析時, N-point DFT 可以被 N-point DHT (type 1) 取代 , where cas(k) = cos(k) + sin(k) 比較: exp(jk) = cos(k) + jsin(k) 可以證明,若 x[n] 為 real, (運算量減少將近一半) Recover:

 大部分的 convolution 仍然使用 DFT。 y[n] = x[n]  h[n] y[n] = IDFT{ DFT(x[n]){DFT(h[n]) } 思考:何時適合用 DCT 做 convolution ? 何時適合用 DST 做 convolution ? 何時適合用 DHT 做 convolution ?

附錄十一:一般論文的格式以及 Office 編輯論文 的技巧 註:這裡指的是一般 journal papers 和 conference papers 的格式。 然而,不同的 journals 和 conferences,對於格式的規定,也會稍有不同。投稿前,還是要細讀相關的規定。 (1) 變數使用斜體,矩陣或向量使用粗體 f(x) = x2 + 3x + 2. (f, x 皆用斜體) (y, A 皆用粗體) (2) 段落的經常用「左右對齊」的格式 如果使用 Word 2007,可以按 常用  段落  對齊方式 左右對齊 或是按工具列中的

(3) Equation 的標號,經常用「定位點」的功能,讓標號的位置固定 如果使用 Word 2007,可以按 常用  段落  定位點 (在對話框左下角) ,再設定定位點的位置 (4) 至於 equations 本身,通常置於這一行的中間,例如 F = ma. (1) Equations 和前一行以及後一行,皆要有足夠的距離。而且,equations 的後方常常要加逗號或句號 (以下一行是否為新的句子而定)。 (5) 標題(包括 papers 的標題以及每個 chapters 和 sections的標題) 當中, 每個單字的開頭一定要大寫,除了 (a) 介係詞 (b) 連詞 (c) 冠詞 以外。 若為第一個單字,即使是介係詞 , 連詞,或冠詞,也要大寫 The Applications of the Fourier Transform in Daily Life Fast Algorithms of the Wavelet Transform and JPEG2000

(6) 文章一定要包括 (a) Abstract, (b) Introduction (通常是第一個 section) (c) 內文 (d) Conclusions 或 Conclusions and Future Works (通常是最後一個 section) (e) References (7) 每一張圖 (figures),每一張表 (tables) 都要編號,而且要附加文字說明。 如 Fig. 3 The result of the Fourier transform for a chirp signal. 若一張圖當中有很多個小圖,每個小圖也要編號 (a), (b), (c), (d) ….. (8) 同一個 equation,同一張圖,要放在同一頁,不分散於兩頁。

(9) 一般而言,Journal papers 的初稿,是 one column, double space 的格式。 在 Word 2007 當中, double space 可以用後下的方法設定 常用  段落  行距  2倍行高 但有時, 2倍行高會讓初稿過於稀疏,在 Word 2007 當中可以用 版面配置 版面設定  文件格線  沒有格線 來讓文件看起來不會那麼稀疏,且不易超過規定的頁數。 (10) Conference papers 是 two columns, one space 的格式。有時 Journal papers 被接受後,也會要求改成 two columns, one space 的格式。 在Word 2007 當中, two columns 可以用 版面配置  欄  二 (W) 來設定 (11) References 的編號,通常是按照在文章中出現的順序來排序 或者也可按照第一作者的 last name 的英文字母順序排序

(12) Reference 的寫法 (以 IEEE Transactions on Signal Processing 為例) (A) Journal papers and conference papers Authors (first name 或 middle name 只用一個字母代表), “title ,” name of the journal (縮寫為佳), vol. *, no. *, pp. **~**, month, year. 逗號在引號之前 使用縮寫 只有第一個字母、專有名詞開頭、和縮為用大寫 加句號 範例: S. Abe and J. T. Sheridan, “Optical operations on wave functions as the Abelian subgroups of the special affine Fourier transformation,” Opt. Lett., vol. 19, no. 22, pp. 1801-1803, 1994.

(B) Books Authors (first name 或 middle name 只用一個字母代表), title (斜體, 字開頭大寫,不加引號), 第幾版 (非必需), 出版社, 出版地, year. 範例 H. M. Ozaktas, Z. Zalevsky, and M. A. Kutay, The Fractional Fourier Transform with Applications in Optics and Signal Processing, 1st Ed., John Wiley & Sons, New York, 2000. (C) Websites Authors, “title,” available in http://網址. 範例 張智星, “Utility toolbox,” available in http://neural.cs.nthu.edu.tw/jang/ matlab/toolbox/utility/.

Office 編緝論文的小技巧 (1) 一些常用的字,可用「自動校正」功能 例如: parameter 這個字太長了 在 Word 2007 當中,可以選擇 (在左上方)  Word 選項 (在下方)  校訂 (在左方)  自動校正選項 在「取代」的部分輸入 para,在「成為」的部分輸入 parameter,再按「確定」 以後只要輸入 para 再按空白鍵,就會自動修正為 parameter 或者,也可以按「插入」 「 符號」 「其他符號」 「自動校正」(在左下方),之後再選擇「純文字」,即可使用自動校正的功能

(2) 一些常用但鍵盤上找不到的符號 (像  , ),也可以用「自動校正」或「快速鍵」的功能來輸入 在按「插入」 「 符號」 「其他符號」之後,注意左下方出現了「自動校正」以及「快速鍵」兩個按鈕。 例如,對於符號 ,我們可以按「自動校正」,然後再「取代」的地方輸入 ld,再按「確定」,以後只要輸入 ld 再按空白鍵,就會自動修正為  (註:這個功能只能在 Word 上使用)

(3) 常用的快捷鍵 Ctrl + C: 複製, Ctrl + X: 剪下, Ctrl + V: 貼上, Ctrl + S: 儲存 Ctrl + A: 全選, Ctrl + Z: 復原, Ctrl + Y: 取消復原 Ctrl + 等號: 下標, Ctrl + Shift + 加號 : 上標, Ctrl + B: 粗體, Ctrl + I: 斜體, Ctrl + Shift + C: 複製文字的格式, Ctrl + Shift + V: 貼上文字的格式 Ctrl + Enter: 換頁,Shift + Enter: 換行 Shift + F3: 改變大小寫,Ctrl + Shift + A: 全大寫, Ctrl + Shift + K: 全小寫 (4) F 鍵 F4: 可重覆剛才的動作, (重要功能) F1: Help, F5: 到,取代,以及尋找 (在 Powerpoint 中是放映)

(5) 群組 繪圖或 Powerpoint 製作時,要複製、剪下、移動、放大或縮小一組物件,可先將這些物件選取後,再按右鍵,選「群組物件」,再按「群組」,就可以將這些物件變成同一個群組,一同複製、剪下、移動、放大或縮小。 之後,若要處理個別的物件,只需按右鍵,選「群組物件」,再按「取消群組」即可。 (6) 微調 繪圖或 Powerpoint 製作時,若要微調一個物件的大小或位置,可以在調整的同時按 Alt 鍵。 (7) 可參考 Office 官方網站 http://office.microsoft.com/zh-tw/word/HP051866641028.aspx 直接用 Google 找尋相關輸入技巧 Office 的 Help