[討論]實現15-point FFT MATLAB function

看板MATLAB作者 (大帥)時間11年前 (2013/06/13 01:09), 編輯推噓2(201)
留言3則, 2人參與, 最新討論串1/1
如題: Implement a 15-point FFT MATLAB function FFT15(x) with N1=3 and N2=5. Use the function to calculate the 15-point DFT of a 15-point sequence x[n]=[1 2 3 4 5 6 7 8 7 6 5 4 3 2 1], for 0≦n≦14. 我想用matlab做這個題目,可是碰到N=15(奇數),就不知道該怎麼做了 想請板上的朋友幫忙一下,感謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 1.34.108.154

06/13 04:26, , 1F
日本人寫的導引!當然成果不對外公開
06/13 04:26, 1F

06/17 16:20, , 3F
n取8算?
06/17 16:20, 3F
文章代碼(AID): #1HkAjE7Z (MATLAB)