AGC的浮點(diǎn)仿真程序來(lái)了!文末還給出參考資料的列表,建議大家去知網(wǎng)下載。這些資料可以幫助大家完善AGC的理論!
%%%%%% AGC性能之測(cè)試程序歸檔版本1 %%%%%%%
%%%% File: DigitalAGC_test_rel1.m %%%%%%
%%% date: 2008-08-07 author: %%%%%
%%%%%%% 程序說(shuō)明 %%%%%%%%%%
% 本程序以DigitalAGC_test_rel1v1為基礎(chǔ)進(jìn)行歸檔整理。
% 本程序完成含有指數(shù)濾波器的AGC以及無(wú)指數(shù)濾波器的AGC進(jìn)行比較,
% 使用AGC51自編函數(shù)。
clear all;
%%************* 程序主體 ***************%%
%*********** 信號(hào)源 ******************
fc= 10;
fs= 200;
t1=0:1/fs:1;
t2=1+1/fs:1/fs:2;
t3=2+1/fs:1/fs:3;
t4=3+1/fs:1/fs:4;
t5=4+1/fs:1/fs:5;
t6=5+1/fs:1/fs:7;
Amp = 2.5; % 單位 v
ref_power = 0; % 功率值 0dbw
%%%%% 輸入功率為20db的單頻信號(hào) I、Q兩路信號(hào)
Isignal_input=[Amp*cos(2*pi*fc.*t1) Amp/2*cos(2*pi*fc.*t2) Amp/5*cos(2*pi*fc.*t3) Amp/4*cos(2*pi*fc.*t4) Amp/3*cos(2*pi*fc.*t5) Amp*2*cos(2*pi*fc.*t6)];
Qsignal_input=[Amp*sin(2*pi*fc.*t1) Amp/2*sin(2*pi*fc.*t2) Amp/5*sin(2*pi*fc.*t3) Amp/4*sin(2*pi*fc.*t4) Amp/3*sin(2*pi*fc.*t5) Amp*2*sin(2*pi*fc.*t6)];
%**************** 高斯白噪聲信道 ****************
cnr=15;
Isignal_input_noise = awgn(Isignal_input,cnr);
Qsignal_input_noise = awgn(Qsignal_input,cnr);
%**************** AGC 模塊 ******************
%%% 將含有指數(shù)濾波器的AGC以及無(wú)指數(shù)濾波器的AGC進(jìn)行比較,
編輯:jq
-
AGC
+關(guān)注
關(guān)注
0文章
161瀏覽量
51666 -
濾波器
+關(guān)注
關(guān)注
161文章
7817瀏覽量
178148 -
噪聲
+關(guān)注
關(guān)注
13文章
1122瀏覽量
47416
原文標(biāo)題:大學(xué)畢業(yè)設(shè)計(jì)一席談之二十二 數(shù)字AGC的matlab仿真(2)
文章出處:【微信號(hào):gh_30373fc74387,微信公眾號(hào):通信工程師專輯】歡迎添加關(guān)注!文章轉(zhuǎn)載請(qǐng)注明出處。
發(fā)布評(píng)論請(qǐng)先 登錄
相關(guān)推薦
評(píng)論