CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - MAX snr
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - MAX snr - List
[
Communication-Mobile
]
vij1
DL : 0
function ber_ml=Alamoudi(snr,soglia) This function simulates a Alamouti scheme. The input variables are soglia and snr. Soglia: is the number of errors after which the iterations stop. For better results, put high value of soglia, but the simulation is longer. snr: the signal to noise ratio (if u don t know what is a signal to noise ratio, well, come back to your high school!). Note: U should use this function with a main function in wich u chose different value of snr. That s because this function work just with one value of snr. If u have problem with this code, write me at m.allegritti@email.it. Take care! Max
Update
: 2025-02-17
Size
: 1kb
Publisher
:
dasu
[
Applications
]
2
DL : 0
提出了正交频分复用(O FDM ) 系统中一种新的载波频偏估计算法L 载波频偏估计过程可分 为获取和跟踪, 其中, 获取过程和时间同步是同时完成的L新算法可实现的最大载波频偏获取范围 是整个信号带宽的一半L新的跟踪算法是一个最大似然算法, 在加性白噪声高斯信道(AW GN ) 下, 当N (训练序列长度的一半) 等于128 时, 其性能比Schm idl 算法提高约7127 dB 在多经信道下, 当 信噪比不是很高时, 新算法仍具有优势L-new carrier f requency offset est imat ion scheme in o rthogonal f requency division mu lt ip lex ing (O FDM ) system is p ropo sed. The carrier f requency offset est i2 mat ion includes acqu isit ion and t rack ing, and acqu isit ion as w ell as t im ing synch ro2 n izat ion can be perfo rmed simu ltaneou sly w ith h igh accu racy. The max imum acqu i2 sit ion range can be up to one half of overall signal bandw idth. The p ropo sed t rack2 ing est imato r is a max imum 2likelihood est imato r, and in AW GN channel, abou t 7127dB imp rovemen t is ob tained compared to the Schm idl’s algo rithm w hen N = 128 in mu lt ipath channel, the p ropo sed algo rithm wo rk s w ell at moderate SNR.
Update
: 2025-02-17
Size
: 183kb
Publisher
:
卫海宁
[
matlab
]
adctest_maxim0911
DL : 0
通用高速ADC动态性能测试MATLAB code,包括SNR,SINAD,ENOB,THD,SFDR,并绘制频域幅值曲线-MATLAB code for high speed ADC dynamic specific tests, including SNR, SINAD, ENOB,THD,SFDR,and so on.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
kam kou
[
Other
]
MATLAB
DL : 0
A 2by3 MIMO model using Simulink. The decoder uses zero forcing algorithm. Set in the workspace the modulation order (QAM modulation), Doppler shift, SNR in dB, bit rate, sample per frame, max number of bits and max number of errors before running the simulation. Works also with BERTool but change the BER variable to ErrorVec. Included in the file a BER session with multiple runs and a figure for several runs.
Update
: 2025-02-17
Size
: 69kb
Publisher
:
flash
[
matlab
]
guna-Phase1-Output
DL : 0
relay selection and path loss function to max the snr
Update
: 2025-02-17
Size
: 100kb
Publisher
:
sannikik
[
Program doc
]
LFM123
DL : 0
基于matlab实现 LFM信号和输出最大的SNR。简单的一钟压缩脉冲信号-it is base on matlab。 to make LFM and out put max SNR。
Update
: 2025-02-17
Size
: 1kb
Publisher
:
何果
[
Other
]
music
DL : 0
MUSIC 算法MATLAB仿真源代码 clc clear all format long %将数据显示为长整型科学计数 N=200;%快拍数 doa=[20 60]/180*pi; %信号到达角 w=[pi/4 pi/3]';%信号频率 M=10;%阵元数 P=length(w); %信号个数 lambda=150;%波长 d=lambda/2;%阵元间距 snr=20;%信噪比 B=zeros(P,M); %创建一个P行M列的0矩阵 for k=1:P B(k,:)=exp(-j*2*pi*d*sin(doa(k))/lambda*[0:M-1]); %矩阵赋值 end B=B'; xx=2*exp(j*(w*[1:N])); %仿真信号 x=B*xx; x=x+awgn(x,snr);%加入高斯白噪声 R=x*x'; %数据协方差矩阵 [U,V]=eig(R); %求R的特征值和特征向量 UU=U(:,1:M-P); %估计噪声子空间 theta=-90:0.5:90; %%谱峰搜索 for ii=1:length(theta) AA=zeros(1,length(M)); for jj=0:M-1 AA(1+jj)=exp(-j*2*jj*pi*d*sin(theta(ii)/180*pi)/lambda); end WW=AA*UU*UU'*AA'; Pmusic(ii)=abs(1/ WW); end Pmusic=10*log10(Pmusic/max(Pmusic)); %空间谱函数 plot(theta,Pmusic,'-k') xlabel('角度 \theta/degree') ylabel('谱函数P(\theta) /dB') title('MUSIC算法的DOA估计谱') grid on(MUSIC algorithm MATLAB simulation source code)
Update
: 2025-02-17
Size
: 15kb
Publisher
:
冠华
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.