⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lcr.m

📁 窄带多径信号的matlab仿真
💻 M
字号:
Max1=max(stren);Min1=min(stren);Max1=ceil(Max1);Min1=floor(Min1);%Lcr=zeros((Max1-Min1).*10+1,1);Lcrnorm=Lcr;%RecTime=length(stren).*1501.5013;%for Level=Min1:0.1:Max1,	for j1=1:length(stren)-1,		if (stren(j1+1)>stren(j1)) & (stren(j1+1)>=Level) & (stren(j1)<Level),			Lcr((Level-Min1).*10+1)=Lcr((Level-Min1).*10+1)+1;		end	endend%Lcr=Lcr./RecTime;Xaxis=[Min1:0.1:Max1];plot(Xaxis,Lcr)gridtitle('Absolute LCR (times/sec)')ylabel('Crossings per second')xlabel('Signal level relative to LOS')

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -