当前位置:网站首页>【MATLAB】MATLAB 仿真 — 窄带高斯白噪声
【MATLAB】MATLAB 仿真 — 窄带高斯白噪声
2022-07-04 03:55:00 【嵌入式职场】
目录
1、窄带高斯白噪声
close all;
clear all;
clc;
fm = 1;
B = 2*fm; %带宽
fc = 10; %载波中心频率
dt = 0.001; %时间采样间隔
T = 5000; %信号时长
t = 0:dt:T;%时间范围
%生成窄带高斯白噪声
N0 = 0.1; %白噪单边功率谱密度
noise = noise_nb(fc,B,N0,t);
fprintf('噪声均值为: %d\n 噪声的功率为: %d\n',mean(noise),var(noise));
figure;
subplot(211);
L=5*1e3;
plot(t(1:L),noise(1:L),'b');
边栏推荐
- 附件六:防守工作簡報.docx
- A beautiful API document generation tool
- qt下开发mqtt的访问程序
- Self sharing of a graduate
- Y55. Chapter III kubernetes from entry to proficiency -- HPA controller and metrics server (28)
- 红队视角下的防御体系突破之第一篇介绍、阶段、方法
- rac删除损坏的磁盘组
- Redis: order collection Zset type data operation command
- Rhcsa 03 - Basic permissions for documents
- Senior developers tell you, how to write excellent code?
猜你喜欢
Share some of my telecommuting experience
Deep parsing structured exception handling (SEH) - by Matt Pietrek
Correct the classpath of your application so that it contains a single, compatible version of com. go
Kivy教程之 更改背景颜色(教程含源码)
6-5漏洞利用-SSH弱口令破解利用
MySQL JDBC编程
MAUI 入门教程系列(5.XAML及页面介绍)
2022年6月总结
在代码中使用度量单位,从而生活更美好
Rhcsa 04 - process management
随机推荐
Redis: order collection Zset type data operation command
Self sharing of a graduate
CRS-4013: This command is not supported in a single-node configuration.
Talking about JVM
A beautiful API document generation tool
每日刷题记录 (十二)
最长递增子序列问题(你真的会了吗)
附件五:攻击过程简报.docx
Beipiao programmer, 20K monthly salary, 15W a year, normal?
Kivy教程之 自定义字体(教程含源码)
Exploration and practice of eventbridge in the field of SaaS enterprise integration
What is context?
Experience sharing of epidemic telecommuting | community essay solicitation
Niuke Xiaobai monthly race 49
Distributed cap theory
Use units of measure in your code for a better life
Annex V: briefing on the attack process docx
Flutter ‘/usr/lib/libswiftCore.dylib‘ (no such file)
2022年6月总结
B. All Distinct