当前位置:网站首页>绘制概率密度图
绘制概率密度图
2022-07-30 01:46:00 【studyer_domi】
1、内容简介
略
443可以交流、咨询、答疑
2、内容说明
略
3、仿真分析
clc
close all
clear
miu = 0.5;
delta = 0.5;
r = 0.1:0.1:10;
p1 = 1/sqrt(2*pi)/miu./r.*exp(-(log(r)-miu).^2/2/delta^2);
delta = 1;
p2 = 1/sqrt(2*pi)/miu./r.*exp(-(log(r)-miu).^2/2/delta^2);
figure
plot(r,p1,r,p2)
legend('{\mu=0.5,\sigma=0.5}','{\mu=0.5,\sigma=1}')
xlabel('接受信号包络','fontsize',12)
ylabel('概率密度函数','fontsize',12)
grid on
set(gcf,'color','w');
4、参考论文
略
边栏推荐
- CMake Tutorial Tour(0)_Overview
- Teach you how to achieve a flowing gradient border
- exness: U.S. GDP shrinks, yen bounces back
- my creative day
- 【Vmware NSX-V基本架构及组件安装】
- The Rising Star of Interface Test Automation-YApi Interface Management Platform
- MPLS VPN跨域-optionC2
- 二叉搜索树
- Object.freeze() learning
- 泰克Tektronix示波器软件TDS1012|TDS2002|TDS2004上位机软件NS-Scope
猜你喜欢
随机推荐
[Microservice~Nacos] Configuration Center of Nacos
ufw 设置防火墙规则
【C Primer Plus第九章课后编程题】
Teach you how to achieve a flowing gradient border
SSM integration case
经济衰退时期的对比:如今更像历史上的哪段时期?
SSM整合案例
【LeetCode每日一题】——637.二叉树的层平均值
exness: U.S. GDP shrinks, yen bounces back
Implementation of Portable VR in Unity
Unity便携式 VR 的实现
不要急,没有一朵花,从一开始就是花,也不要嚣张,没有一朵花,
关于 SAP Fiori 应用的离线使用
【VMWARE--共享文件】
CAPL中的键值对(hash)数据类型
flutter学习之widget的显示和隐藏
基于SSM实现个性化健康饮食推荐系统
npm ERR! code ENOTSUPnpm ERR! notsup Unsupported engine for [email protected]: wanted: {“n
泰克Tektronix示波器软件TDS1012|TDS2002|TDS2004上位机软件NS-Scope
TCP/IP 常见问题