為了使音頻信號分析儀小巧可靠,成本低廉,設計了以2片MSP430F1611單片機為核心的系統。該系統將音頻信號送入八階巴特沃茲低通濾波器,對信號進行限幅放大、衰減、電平位移、緩沖,并利用一單片機負責對前級處理后的模擬信號進行采樣,將采集得到的音頻信號進行4 096點基2的FFT計算,并對信號加窗函數提高分辨率,另一單片機負責對信號的分析及控制顯示設備。此設計精確的測量了音頻信號的功率譜、周期性、失真度指標,達到較高的頻率分辨率,并能將測量結果通過紅外遙控器顯示在液晶屏上。 Abstract: o make the audio signal analyzer cheaper, smaller and more reliable, this system sends the audio signal to the eight-order butterworth filter, and then amplifies, attenuates, buffers it in a limiting range, transfers the voltage level of the signal before utilizing two MSP430F1611 MCU to realize the audio analysis. One is charged for sampling and dealing with the processed audio signal collected by the 4096 point Radix-2 FFT calculation and imposes the window function to improve the frequency resolution. The other one controls the display and realizes the spectrum, periodicity, power distortion analysis in high resolution which is displayed in the LCD screen through the infrared remote control.
上傳時間: 2013-12-11
上傳用戶:jasonheung
基于tms320vc55*系列DSP常用算法,包括: 1. Experiment 7A - Radix-2 Complex FFT in C 2. Experiment 7B - Radix-2 Complex FFT in C55x Assembly Language 3. Experiment 7C - Radix-2 Complex FFT and IFFT 4. Experiment 7C - Fast Convolution 5. matlab 源碼
上傳時間: 2015-06-30
上傳用戶:PresidentHuang
快速傅里葉變換(FFT)算法。FFT - Fast Fourier transform. The length of X must be a power of two, for a fast Radix-2 fast-Fourier transform algorithm is used
標簽: FFT transform Fourier length
上傳時間: 2013-12-19
上傳用戶:sy_jiadeyi
輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) Recursion,Linked Lists, 4) Stacks and Queues, 5) Algorithm Analysis, 6) Insertion Sort and Mergesort, 7) Quicksort, 8) Heaps and Heapsort, 9) Lower Bound of Sorting and Radix Sort, 10) Binary Trees and Binary Search Trees 11) AVL Trees, 12) B+ Trees 13) Graphs and Breadth-First Search 14) Depth-First Search 15) Connected Components, Directed Graphs, 16) Topological Sort 17) Hashing 18) Pattern Matching 19) Additional Review
標簽: Pointers Dynamic Objects review
上傳時間: 2014-10-10
上傳用戶:chfanjiang
主題 : Low power Modified Booth Multiplier 介紹 : 為了節省乘法器面積、加快速度等等,許多文獻根據乘法器中架構提出改進的方式,而其中在1951年,A. D. Booth教授提出了一種名為Radix-2 Booth演算法,演算法原理是在LSB前一個位元補上“0”,再由LSB至MSB以每兩個位元為一個Group,而下一個Group的LSB會與上一個Group的MSB重疊(overlap),Group中的位元。 Booth編碼表進行編碼(Booth Encoding)後再產生部分乘積進而得到最後的結果。 Radix-2 Booth演算法在1961年由O. L. Macsorley教授改良後,提出了Radix-4 Booth演算法(modified Booth algorithm),此演算法的差異為Group所涵括的位元由原先的2個位元變為3個位元。
標簽: Multiplier Modified Booth power
上傳時間: 2016-09-01
上傳用戶:stewart·
ImpulseC Codeveloper fft code. This file implements the hardware portion of a 256 sample FFT using a Radix-4 algorithm. This implementation demonstrates that results similar to hand-coded HDL can be achieved using the C language, and without using a low-level style of C code.
標簽: Codeveloper implements ImpulseC hardware
上傳時間: 2014-01-16
上傳用戶:hustfanenze
CFFT是一個數據寬度和點數都可配置的基4 FFT core,由于旋轉因子是用CORDIC算法實現的,因此經過FFT后信號的增益和標準的FFT算法不同。
標簽: processor complex Radix CFFT new fft
上傳時間: 2018-03-29
上傳用戶:lpyaking
基于FPGA設計的相關論文資料大全 84篇用FPGA實現FFT的研究 劉朝暉 韓月秋 摘 要 目的 針對高速數字信號處理的要求,給出了用現場可編程門陣列(FPGA)實現的 快速傅里葉變換(FFT)方案.方法 算法為按時間抽取的基4算法,采用遞歸結構的塊浮點運 算方案,蝶算過程只擴展兩個符號位以適應雷達信號處理的特點,乘法器由陣列乘法器實 現.結果 采用流水方式保證系統的速度,使取數據、計算旋轉因子、復乘、DFT等操作協 調一致,在計算、通信和存儲間取得平衡,避免了瓶頸的出現.結論 實驗表明,用FPGA 實現高速數字信號處理的算法是一個可行的方案. 關鍵詞 離散傅里葉變換; 快速傅里葉變換; 塊浮點運算; 可編程門陣列 分類號 TP39; TN957.511 Implementation of FFT with FPGA Technology Liu Zhaohui Han Yueqiu (Department of Electronics Engineering, Beijing Institute of Technology, Beijing 100081) Abstract Aim To propose a scheme for implementing FFT with FPGA in accor-dance with the requirement for high speed digital signal processing. Methods The structure of FPGA and requirement of system were considered in the experiment, Radix-4 algorithm of DIT and recursive structure were adopted. The group float point arithmetic operation was used in the butterfly and the array multiplier was used to realize multiplication. Results The pipeline pattern was used to ensure the system speed, it made fetching data, calculating twiddle factor, complex multiplication and D
標簽: fpga
上傳時間: 2022-03-23
上傳用戶:
VIP專區-嵌入式/單片機編程源碼精選合集系列(158)資源包含以下內容:1. PCB設計與技巧.2. 測溫控制系統(C程序).3. 單片機開發.4. 本書為Linux編程工具書.5. PIC16F877_DS1302時鐘程序.6. 圖形接口ucGUI的內核的詳細說明手冊中文版.7. aduc845 N30部分 手冊.8. 這是與ge 90-30通訊的教學.9. c++視頻教程.10. 軟件代碼閱讀方法與實踐 英文原版.11. 請在本目錄存放UCOS 2.52源代碼.12. 24c04詳細使用說明.13. The widespread use of embedded systems mandates the development of industrial software design method.14. 個人用CADENCE的經驗總結,希望對大家有所裨益.15. 游戲機電路圖 開發.16. 模糊控制,單片機實現,是超星格式文件,包括模糊理論和單片機程序.17. e2prom通過i2c總線的讀寫 注釋少了點 自己編的.18. SPI Master Core Specification.19. Protel_dxp2004的簡要使用說明.20. ARM嵌入式入門級教程。學習ARM的參考資料!.21. tcp,udp程序.22. matlab的應用.23. 從西門PLC讀取數據.24. 華東師大碩士論文嵌入式圖形用戶界面系統的研究與開發.25. ARM7 LPC2114自已工作中編寫的直流馬達驅動源程序。 文件: uart_motor.HEX Uart_motor.mcp LPC2294.h 等相關文件。.26. 54x54-bit Radix-4 Multiplier based on Modified Booth Algorithm.27. 單片機之間的通訊(多個) 可以設定選擇接收端 KEIL C 開發平臺 PROTEUS 測試過 附有proteus 原理圖.28. keil c51實用技巧.29. 西門子300的一個程序.30. Terawins的芯片T112的源程序.31. 博創ARM3000原理圖.32. 硬件PCB圖.33. 硬件PCB圖2.34. 完整的wav文件播放程序采用lpc2148芯片.35. EP9315的PCB原理圖.36. 漢字在計算機內存放分為兩種情況.37. 手持機嵌入式開發,本代碼是基于c-c++..38. S3C2440核心板原理圖.39. 詳細描述了如何用CPLD來做IDE的PIO時序.40. 這是一個實用于Winrunner的記事本程序自動測試腳本和GUI文件.
標簽: 無線電遙控
上傳時間: 2013-07-21
上傳用戶:eeworm