為了使音頻信號(hào)分析儀小巧可靠,成本低廉,設(shè)計(jì)了以2片MSP430F1611單片機(jī)為核心的系統(tǒng)。該系統(tǒng)將音頻信號(hào)送入八階巴特沃茲低通濾波器,對(duì)信號(hào)進(jìn)行限幅放大、衰減、電平位移、緩沖,并利用一單片機(jī)負(fù)責(zé)對(duì)前級(jí)處理后的模擬信號(hào)進(jìn)行采樣,將采集得到的音頻信號(hào)進(jìn)行4 096點(diǎn)基2的FFT計(jì)算,并對(duì)信號(hào)加窗函數(shù)提高分辨率,另一單片機(jī)負(fù)責(zé)對(duì)信號(hào)的分析及控制顯示設(shè)備。此設(shè)計(jì)精確的測(cè)量了音頻信號(hào)的功率譜、周期性、失真度指標(biāo),達(dá)到較高的頻率分辨率,并能將測(cè)量結(jié)果通過紅外遙控器顯示在液晶屏上。 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.
上傳時(shí)間: 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 源碼
上傳時(shí)間: 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
標(biāo)簽: FFT transform Fourier length
上傳時(shí)間: 2013-12-19
上傳用戶:sy_jiadeyi
輕易學(xué)好C++編程技巧 - 進(jìn)楷 (香港科技大學(xué)筆記 19課) 內(nèi)容包括 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
標(biāo)簽: Pointers Dynamic Objects review
上傳時(shí)間: 2014-10-10
上傳用戶:chfanjiang
主題 : Low power Modified Booth Multiplier 介紹 : 為了節(jié)省乘法器面積、加快速度等等,許多文獻(xiàn)根據(jù)乘法器中架構(gòu)提出改進(jìn)的方式,而其中在1951年,A. D. Booth教授提出了一種名為RADIX-2 Booth演算法,演算法原理是在LSB前一個(gè)位元補(bǔ)上“0”,再由LSB至MSB以每兩個(gè)位元為一個(gè)Group,而下一個(gè)Group的LSB會(huì)與上一個(gè)Group的MSB重疊(overlap),Group中的位元。 Booth編碼表進(jìn)行編碼(Booth Encoding)後再產(chǎn)生部分乘積進(jìn)而得到最後的結(jié)果。 RADIX-2 Booth演算法在1961年由O. L. Macsorley教授改良後,提出了RADIX-4 Booth演算法(modified Booth algorithm),此演算法的差異為Group所涵括的位元由原先的2個(gè)位元變?yōu)?個(gè)位元。
標(biāo)簽: Multiplier Modified Booth power
上傳時(shí)間: 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.
標(biāo)簽: Codeveloper implements ImpulseC hardware
上傳時(shí)間: 2014-01-16
上傳用戶:hustfanenze
CFFT是一個(gè)數(shù)據(jù)寬度和點(diǎn)數(shù)都可配置的基4 FFT core,由于旋轉(zhuǎn)因子是用CORDIC算法實(shí)現(xiàn)的,因此經(jīng)過FFT后信號(hào)的增益和標(biāo)準(zhǔn)的FFT算法不同。
標(biāo)簽: processor complex RADIX CFFT new fft
上傳時(shí)間: 2018-03-29
上傳用戶:lpyaking
基于FPGA設(shè)計(jì)的相關(guān)論文資料大全 84篇用FPGA實(shí)現(xiàn)FFT的研究 劉朝暉 韓月秋 摘 要 目的 針對(duì)高速數(shù)字信號(hào)處理的要求,給出了用現(xiàn)場(chǎng)可編程門陣列(FPGA)實(shí)現(xiàn)的 快速傅里葉變換(FFT)方案.方法 算法為按時(shí)間抽取的基4算法,采用遞歸結(jié)構(gòu)的塊浮點(diǎn)運(yùn) 算方案,蝶算過程只擴(kuò)展兩個(gè)符號(hào)位以適應(yīng)雷達(dá)信號(hào)處理的特點(diǎn),乘法器由陣列乘法器實(shí) 現(xiàn).結(jié)果 采用流水方式保證系統(tǒng)的速度,使取數(shù)據(jù)、計(jì)算旋轉(zhuǎn)因子、復(fù)乘、DFT等操作協(xié) 調(diào)一致,在計(jì)算、通信和存儲(chǔ)間取得平衡,避免了瓶頸的出現(xiàn).結(jié)論 實(shí)驗(yàn)表明,用FPGA 實(shí)現(xiàn)高速數(shù)字信號(hào)處理的算法是一個(gè)可行的方案. 關(guān)鍵詞 離散傅里葉變換; 快速傅里葉變換; 塊浮點(diǎn)運(yùn)算; 可編程門陣列 分類號(hào) 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
標(biāo)簽: fpga
上傳時(shí)間: 2022-03-23
上傳用戶:
VIP專區(qū)-嵌入式/單片機(jī)編程源碼精選合集系列(158)資源包含以下內(nèi)容:1. PCB設(shè)計(jì)與技巧.2. 測(cè)溫控制系統(tǒng)(C程序).3. 單片機(jī)開發(fā).4. 本書為Linux編程工具書.5. PIC16F877_DS1302時(shí)鐘程序.6. 圖形接口ucGUI的內(nèi)核的詳細(xì)說明手冊(cè)中文版.7. aduc845 N30部分 手冊(cè).8. 這是與ge 90-30通訊的教學(xué).9. c++視頻教程.10. 軟件代碼閱讀方法與實(shí)踐 英文原版.11. 請(qǐng)?jiān)诒灸夸洿娣臮COS 2.52源代碼.12. 24c04詳細(xì)使用說明.13. The widespread use of embedded systems mandates the development of industrial software design method.14. 個(gè)人用CADENCE的經(jīng)驗(yàn)總結(jié),希望對(duì)大家有所裨益.15. 游戲機(jī)電路圖 開發(fā).16. 模糊控制,單片機(jī)實(shí)現(xiàn),是超星格式文件,包括模糊理論和單片機(jī)程序.17. e2prom通過i2c總線的讀寫 注釋少了點(diǎn) 自己編的.18. SPI Master Core Specification.19. Protel_dxp2004的簡要使用說明.20. ARM嵌入式入門級(jí)教程。學(xué)習(xí)ARM的參考資料!.21. tcp,udp程序.22. matlab的應(yīng)用.23. 從西門PLC讀取數(shù)據(jù).24. 華東師大碩士論文嵌入式圖形用戶界面系統(tǒng)的研究與開發(fā).25. ARM7 LPC2114自已工作中編寫的直流馬達(dá)驅(qū)動(dòng)源程序。 文件: uart_motor.HEX Uart_motor.mcp LPC2294.h 等相關(guān)文件。.26. 54x54-bit RADIX-4 Multiplier based on Modified Booth Algorithm.27. 單片機(jī)之間的通訊(多個(gè)) 可以設(shè)定選擇接收端 KEIL C 開發(fā)平臺(tái) PROTEUS 測(cè)試過 附有proteus 原理圖.28. keil c51實(shí)用技巧.29. 西門子300的一個(gè)程序.30. Terawins的芯片T112的源程序.31. 博創(chuàng)ARM3000原理圖.32. 硬件PCB圖.33. 硬件PCB圖2.34. 完整的wav文件播放程序采用lpc2148芯片.35. EP9315的PCB原理圖.36. 漢字在計(jì)算機(jī)內(nèi)存放分為兩種情況.37. 手持機(jī)嵌入式開發(fā),本代碼是基于c-c++..38. S3C2440核心板原理圖.39. 詳細(xì)描述了如何用CPLD來做IDE的PIO時(shí)序.40. 這是一個(gè)實(shí)用于Winrunner的記事本程序自動(dòng)測(cè)試腳本和GUI文件.
標(biāo)簽: 無線電遙控
上傳時(shí)間: 2013-07-21
上傳用戶:eeworm
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1