基于matlab的課程設計,功能是實現AM信號的解調,運用了兩種方法實現。
標簽: matlab
上傳時間: 2014-01-05
上傳用戶:zycidjl
轉載自Rulph Chassaing的源代碼,內有函數Adaptc,AdaptIDFIR,adaptidFIRw,AdaptIDIIR, Adaptnoise,Adaptnoise_pcm,Adaptpredict, Adaptpredict_pcm,Aliasing,AM,DFT,Dotp4, dotp4clasm,Dotpintrinsic,Dotpipedfix, Dotpnp,Echo_control,Factclasm,Fastconvosim, FFTsinetable,FIR_pcm,FIRcirc_ext,loop_intr_pcm, Noise_gen,Twosumlasmfloat,sweep8000, SinegenDE,Scram16k,PLL.等近100個
標簽: Adaptnoise_pcm adaptidFIRw AdaptIDFIR AdaptIDIIR
上傳時間: 2014-01-06
上傳用戶:李彥東
計算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,20:35)=1 % ppp=exp(rand(64)*pi*2*i) A=A.*ppp % Author s email: zjliu2001@163.com figure imshow(abs(A),[]) Fa=fft2(fftshift(A)) Fs=fftshift(Fa) Am=abs(Fs) % amplitude Ph=angle(Fs) % phase s=11 % 這表示邊長嗎? cgh=zeros(64*s) th=max(max(abs(Fs)))
上傳時間: 2014-10-13
上傳用戶:wweqas
本系統以51單片機為控制核心,由正弦信號發生模塊、功率放大模塊、調幅(AM)、調頻(FM)模塊、數字鍵控(ASK,PSK)模塊以及測試信號發生模塊組成。采用數控的方法控制DDS芯片AD9850產生0Hz-30MHz正弦信號,經濾波、放大和功放模塊放大至6v并具有一定的驅動能力。測試信號發生模塊產生的1kHz正弦信號經過調幅(AM)模塊、調頻(FM)模塊,對高頻載波進行調幅或調頻。二進制基帶序列信號送入數字鍵控模塊,產生二進制PSK或ASK信號,同時對ASK信號進行解調,恢復出原始數字序列。 另外,本系統從簡單、調整方便、功能完備為出發點,基本實現了設計中的要求,波形輸出較穩定,且精度較高。本設計還配備有LED顯示屏、鍵盤,提供了友好的人機交互界面。
上傳時間: 2017-01-04
上傳用戶:hewenzhi
用正交調制方法實現模擬調制,包括AM,DSB,SSB,LSB,FM,AM-FM等,實現后,顯示時域波形和功率譜密度
上傳時間: 2013-12-24
上傳用戶:lizhizheng88
DRM(Digital Radio Mondiale)系統采用OFDM調制方式, 引入了先進的信源信道編碼和調制技術,使得AM波段的音頻廣播質量大大提高,在保持現有10kHz帶寬時接近了FM廣播的質量[5]
標簽: Mondiale Digital Radio OFDM
上傳時間: 2017-01-17
上傳用戶:xiaohuanhuan
A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances are you have not heard of the term "codecave" before. If you have heard of it, you might not have read a clear definition of it or quite understand what it is or why it is useful. I have even asked seasoned assembly programmers about the term before and most of them had not heard of it. If it is new to you, do not worry, you are not the only one. It is a term that is scarcely used and is only useful in a reverse engineering context. Furthermore, is it "codecave" or "code cave"? I am not quite sure, but I will try my best to refer to it consistently as a "codecave". A space may sneak in there from time to time
標簽: engineering code-what chances reverse
上傳時間: 2014-01-17
上傳用戶:hn891122
DS1302 是 DALLAS 公司推出的涓流充電時鐘芯片 內含有一個實時時鐘/日歷和 31 字節靜態 RAM 通過簡 單的串行接口與單片機進行通信 實時時鐘/日歷電路提供秒 分 時 日 日期 月 年的信息 每月的天 數和閏年的天數可自動調整 時鐘操作可通過 AM/PM 指示決定采用 24 或 12 小時格式 DS1302 與單片機之 間能簡單地采用同步串行的方式進行通信 僅需用到三個口線 1 RES 復位 2 I/O 數據線 3 SCLK 串行時鐘 時鐘/RAM 的讀/寫數據以一個字節或多達 31 個字節的字符組方式通信 DS1302 工作時功耗很 低 保持數據和時鐘信息時功率小于 1mW
上傳時間: 2014-06-06
上傳用戶:weixiao99
Instead of finding the longest common subsequence, let us try to determine the length of the LCS. Then tracking back to find the LCS. Consider a1a2…am and b1b2…bn. Case 1: am=bn. The LCS must contain am, we have to find the LCS of a1a2…am-1 and b1b2…bn-1. Case 2: am≠bn. Wehave to find the LCS of a1a2…am-1 and b1b2…bn, and a1a2…am and b b b b1b2…bn-1 Let A = a1 a2 … am and B = b1 b2 … bn Let Li j denote the length of the longest i,g g common subsequence of a1 a2 … ai and b1 b2 … bj. Li,j = Li-1,j-1 + 1 if ai=bj max{ L L } a≠b i-1,j, i,j-1 if ai≠j L0,0 = L0,j = Li,0 = 0 for 1≤i≤m, 1≤j≤n.
標簽: the subsequence determine Instead
上傳時間: 2013-12-17
上傳用戶:evil
用matlab7·0軟件對通信信號進行調制simulink仿真,它包括am,pm,fm,ask,psk.rar
上傳時間: 2014-01-21
上傳用戶:youlongjian0