当前位置:网站首页>[matlab] matlab simulation - low pass Gaussian white noise
[matlab] matlab simulation - low pass Gaussian white noise
2022-07-04 05:00:00 【Embedded workplace】
Catalog
1、 Low pass Gaussian white noise
1、 Low pass Gaussian white noise
close all;
clear all;
clc;
fm = 1;
B = 2*fm; % bandwidth
fc = 0; % center frequency
dt = 0.001; % Time sampling interval
T = 5000; % Signal duration
t = 0:dt:T;% Time range
% Generate low-pass Gaussian white noise
N0 = 0.1; % White noise unilateral power spectral density
noise = noise_nb(fc,B,N0,t);
fprintf(' The mean value of noise is : %d\n The power of the noise is : %d\n',mean(noise),var(noise));
figure;
subplot(211);
L=2*1e5;
plot(t(1:L),noise(1:L),'b');
xlabel('t ( second )'); ylabel(' Time domain wave 边栏推荐
- Self sharing of a graduate
- Share some of my telecommuting experience
- Get the ID of the record just inserted from laravel
- 附件五:攻击过程简报.docx
- Annex 2-2 confidentiality commitment docx
- GUI application: socket network chat room
- 【Go】数据库框架gorm
- MySQL JDBC programming
- MAUI 入门教程系列(5.XAML及页面介绍)
- Solve the problem of failed to load property source from location 'classpathapplication YML 'problem
猜你喜欢

rac删除损坏的磁盘组

Annex V: briefing on the attack process docx

Detailed comparison of Hynix emmc5.0 and 5.1 series

中职组网络安全—内存取证

Niuke Xiaobai monthly race 49

如何构建属于自己的知识引擎?社群开放申请

6-4漏洞利用-SSH Banner信息获取

YoloV6实战:手把手教你使用Yolov6进行物体检测(附数据集)

自动化测试selenium基础篇——webdriverAPI

Beipiao programmer, 20K monthly salary, 15W a year, normal?
随机推荐
A summary of the 8544 problem that SolidWorks Standard cannot obtain a license
Sécurité du réseau dans les écoles professionnelles secondaires - preuve de mémoire
@Feignclient comments and parameters
附件六:防守工作简报.docx
6-5 vulnerability exploitation SSH weak password cracking and utilization
Annexe VI: exposé sur les travaux de défense. Docx
C language one-way linked list exercise
2022广东省赛——编码信息获取 解析flag
Operate the server remotely more gracefully: the practice of paramiko Library
When using flash to store parameters, the code area of flash is erased, which leads to the interrupt of entering hardware error
First knowledge of batch processing
Get the ID of the record just inserted from laravel
Roles of rollup components
【MATLAB】通信信号调制通用函数 — 窄带高斯白噪声的生成
【Go】数据库框架gorm
【MATLAB】通信信号调制通用函数 — 低通滤波器
CRS-4013: This command is not supported in a single-node configuration.
Yolov6 practice: teach you to use yolov6 for object detection (with data set)
Niuke Xiaobai monthly race 49
Exercise bubble sort