当前位置:网站首页>绘制概率密度图
绘制概率密度图
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、参考论文
略
边栏推荐
猜你喜欢

日期时间存入数据库会差一天?

Tibetan Mapping

Recommendation systems: feature engineering, common features

Elephant Swap:借助ePLATO提供加密市场的套利空间

自学HarmonyOS应用开发(53)- 获取当前位置

Recommendation system: collection of user "behavioral data" [use Kafka and Cassandra to process data] [if it overlaps with business data, it also needs to be collected independently]

LeetCode 2352. 相等行列对

exness:美国GDP萎缩,日元反弹受捧

机械设备制造企业如何借助ERP系统,解决成本核算难题?

【Vmware NSX-V基本架构及组件安装】
随机推荐
JS develops 3D modeling software
Towards Better Understanding of Self-Supervised Representations / Q-Score
Fabric Writing Case Chaincode
jar包解压后再打包为jar
npm ERR! code ENOTSUP npm ERR! notsup Unsupported engine for [email protected]: wanted: {“n
Leetcode69. x 的平方根
my creative day
[Flutter] Flutter preloading of mixed development solves the problem of slow page loading for the first time
【SemiDrive源码分析】【MailBox核间通信】43 - 基于Mailbox IPCC RPC 实现核间通信(代码实现篇)
The Rising Star of Interface Test Automation-YApi Interface Management Platform
exness: U.S. GDP shrinks, yen bounces back
「MySQL」- 基础增删改查
App测试需要测什么
气路旋转连接器怎么用
LeetCode 2342. 数位和相等数对的最大和
How to set up hybrid login in SQL server in AWS
Push the image to the Alibaba Cloud private warehouse
AI落地难?云原生助力企业快速应用机器学习 MLOps
绘图问题记录
LeetCode 2352. Equal Row Column Pairs