当前位置:网站首页>[matlab] matlab simulation - narrow band Gaussian white noise
[matlab] matlab simulation - narrow band Gaussian white noise
2022-07-04 04:59:00 【Embedded workplace】
Catalog
1、 Narrow band Gaussian white noise
1、 Narrow band Gaussian white noise
close all;
clear all;
clc;
fm = 1;
B = 2*fm; % bandwidth
fc = 10; % Carrier center frequency
dt = 0.001; % Time sampling interval
T = 5000; % Signal duration
t = 0:dt:T;% Time range
% Generate narrow-band 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=5*1e3;
plot(t(1:L),noise(1:L),'b');边栏推荐
猜你喜欢

Public inputs in appliedzkp zkevm (13)

定制一个自己项目里需要的分页器

GUI application: socket network chat room

技术管理 - 学习/实践

电子元器件商城与数据手册下载网站汇总
![[wechat applet] good looking carousel map component](/img/66/4ae6a72fff419c7ed1ca015eb94c03.jpg)
[wechat applet] good looking carousel map component

Sécurité du réseau dans les écoles professionnelles secondaires - preuve de mémoire

PostgreSQL 正式超越 MySQL,这家伙也太强了吧!

Correct the classpath of your application so that it contains a single, compatible version of com. go

Formatted text of Kivy tutorial (tutorial includes source code)
随机推荐
Correct the classpath of your application so that it contains a single, compatible version of com.go
RPC - gRPC简单的demo - 学习/实践
cmake
@Feignclient comments and parameters
附件2-2保密承诺书.docx
Useful plug-ins for vscode
Kivy tutorial 07 component and attribute binding implementation button button click to modify the label component (tutorial includes source code)
【MATLAB】通信信号调制通用函数 — 低通滤波器
【MATLAB】通信信号调制通用函数 — 带通滤波器
Annexe VI: exposé sur les travaux de défense. Docx
First knowledge of batch processing
中科磐云—模块A 基础设施设置与安全加固 评分标准
Sample template of software design document - learning / practice
中職組網絡安全—內存取證
Secondary vocational group network security - memory Forensics
【MATLAB】MATLAB 仿真 — 窄带高斯白噪声
laravel 中获取刚刚插入的记录的id
appliedzkp zkevm(13)中的Public Inputs
MySQL JDBC programming
Public inputs in appliedzkp zkevm (13)