本系統(tǒng)分電壓測量和信號產(chǎn)生輸出兩大部分,電壓測量部分以模擬電路為主,配合放大模塊、A/D轉化模塊、顯示模塊;通過凌陽單片機進行數(shù)據(jù)處理,在誤差允許范圍內(nèi)顯示測量電壓值。信號產(chǎn)生以直接數(shù)字式頻率合成器(Direct Digital Frequency Synthesis,簡稱DDS或DDFS)為核心,經(jīng)過AT89S52對DDS芯片內(nèi)部進行控制,使之輸出標準正弦波形,利用編程實現(xiàn)頻率預置、步進,達到電壓輸出頻率的可調(diào)節(jié)步進。通過調(diào)試與測量完成了題目的基本部分和全部發(fā)揮部分的要求并有自己的創(chuàng)新
標簽: 分 信號產(chǎn)生 電壓測量
上傳時間: 2017-08-08
上傳用戶:comua
The function applies the Madsen method for Doppler Centroid estimation. The input are: 1) the raw data, the parameter of the distance between samples in azimuth to be correlated and the PRF (Pulse repetition frequency)
標簽: estimation The the Centroid
上傳時間: 2017-08-12
上傳用戶:pinksun9
Title : Implementation of quadrature modulation and demodulation Design Object : By implementing quadrature modulation and demodulation of analog signals in digital signal processing, students will have better understanding of sampling and frequency analysis of discrete-time signals. Design Content : Make a MATLAB function which performs quadrature modulation and demodulation for a input signal with anti-aliasing filtering.
標簽: Implementation demodulation implementing modulation
上傳時間: 2013-12-09
上傳用戶:蠢蠢66
The UMTS Physical Layer model consists of an end-to-end (transmitter-to-receiver) simulation of the Frequency Division Duplex (FDD) Downlink physical layer for several Dedicated Channels (DCH) as specified by the 3GPP standard (Release 99).
標簽: transmitter-to-receiver end-to-end simulation Physical
上傳時間: 2014-01-11
上傳用戶:it男一枚
頻率合成技術在現(xiàn)代電子技術中具有重要的地位。在通信、雷達和導航等設備中,它可以作為干擾信號發(fā)生器;在測試設備中,可作為標準信號源,因此頻率合成器被人們稱為許多電子系統(tǒng)的“心臟”。直接數(shù)字頻率合成(DDS——Digital Direct Frequency Synthesis)技術是一種全新的頻率合成方法,是頻率合成技術的一次革命。本文主要分析了DDS的基本原理及其輸出頻譜特點,并采用VHDL語言在FPGA上實現(xiàn)。對于DDS的輸出頻譜,一個較大的缺點是:輸出雜散較大。針對這一缺點本文使用了兩個方法加以解決。首先是壓縮ROM查找表,
標簽: 頻率合成技術 現(xiàn)代電子 導航 通信
上傳時間: 2017-09-28
上傳用戶:大三三
OFDM(Orthogonal Frequency Division Multiplexing)即正交頻分復用技術,實際上OFDM是多載波調(diào)制的一種。其主要思想是:將信道分成若干正交子信道,將高速數(shù)據(jù)信號轉換成并行的低速子數(shù)據(jù)流,調(diào)制到在每個子信道上進行傳輸。正交信號可以通過在接收端采用相關技術來分開,這樣可以減少子信道之間的相互干擾 ICI 。每個子信道上的信號帶寬小于信道的相關帶寬,因此每個子信道上的可以看成平坦性衰落,從而可以消除符號間干擾。而且由于每個子信道的帶寬僅僅是原信道帶寬的一小部分,信道均衡變得相對容易。
標簽: OFDM
上傳時間: 2015-02-17
上傳用戶:hongyun288
FILE NAME: dc_motor.c CHIP TYPE: ATMEGA16 CLOCK FREQUENCY: 8MHZ IDE: VSMStudio COMPILER: AVR-GCC
標簽: PWM
上傳時間: 2015-03-01
上傳用戶:abilibili
DATAS SEGMENT w dw 0 keybuf db 255 db 0 db 255 dup(0) ;定義鍵盤輸入需要的緩沖區(qū) DATAS ENDS STACKS SEGMENT db 200 dup(?) STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: MOV AX,DATAS MOV DS,AX mov dx,offset keybuf ;用0a號功能,輸入一個字符串 mov ah,0ah ;用回車結束 int 21h mov dl,0ah ;再進行換行,以便在下一行顯示轉換后的字符串 mov ah,2 int 21h ; push ax ; push dx ; mov dl,cl ; mov ah,02 ; int 21h ; pop dx ; pop ax mov bx,offset keybuf+1 ;取出字符串的字符個數(shù),作為循環(huán)的次數(shù) mov cl,[bx] mov ch,0 mov ax,0 again: inc bx mov ax,[w] push bx mov bx,16 mul bx pop bx ;是小寫字母,則轉換為大寫字母 mov [w],ax mov dl,[bx] ;取出一個字符, cmp dl,'9' jbe lab1 cmp dl,'F' jbe lab2 sub dl,32 lab2: sub dl ,07h lab1: sub dl,30h add [w],dx loop again mov ax,[w] mov bx,-1 push bx mov bx,10 lab3 :mov dx,0 div bx push dx cmp ax,0 jnz lab3 lab5: pop dx cmp dx,-1 jz lab4 add dl,30h mov ah,02 int 21h jmp lab5 ;循環(huán),處理完整個字符串 lab4: MOV AH,4CH INT 21H CODES ENDS END START
標簽: 匯編
上傳時間: 2015-04-02
上傳用戶:wcc0310
有多徑信道、多普勒頻移,瑞利、RICE(萊斯)信道等仿真,QPSK調(diào)制和解調(diào)等,交織編碼。程序經(jīng)過本人測試,絕對可用,并附上本人測試說明和仿真圖像結果-I collected information on 2, how-path channel, Doppler frequency shift, Rayleigh, RICE (Rice) channel, such as simulation, QPSK modulation and demodulation, etc., Interleaved Coded. After I tested the procedure is absolutely available, along with my test images and simulation results indicate.
上傳時間: 2015-06-16
上傳用戶:whtiger
We show in the context of a new economic geography model that when labor is heterogenous trade liberalization may lead to industrial agglomeration and inter-regional trade. Labor heterogeneity gives local monopoly power to firms but also introduces variations in the quality of the job match. Matches are likely to be better when there are more firms and workers in the local market, giving rise to an agglomeration force which can offset the forces against, trade costs and the erosion of monopoly power. We derive analytically a robust agglomeration equilibrium and illustrate its properties with numerical simulations
上傳時間: 2016-04-02
上傳用戶:kinda233