当前位置:网站首页>[matlab] general function of communication signal modulation - generation of narrow-band Gaussian white noise
[matlab] general function of communication signal modulation - generation of narrow-band Gaussian white noise
2022-07-04 05:00:00 【Embedded workplace】
Catalog
Generation of narrow-band Gaussian white noise
Generation of narrow-band Gaussian white noise
function out = noise_nb(fc,B,N0,t)
% Output narrow band Gaussian noise samples
% with
% single-sided power spectrum N0
% carrier frequency equals fc
% bandwidth euqals B
dt = t(2)-t(1);
Fmx = 1/dt;
n_len = length(t);
p = (N0/2)*Fmx;% On 2016-04-13 Add in addition to 2, Source program does not .
rn = sqrt(p)*randn(1,n_len);
[f,rf] = T2F(t,rn);
[t,out] = bpf(f,rf,fc-B/2,fc+B/2);边栏推荐
猜你喜欢

Unity中RampTex介绍和应用: 溶解特效优化

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

Yolov6 practice: teach you to use yolov6 for object detection (with data set)

中職組網絡安全—內存取證

RPC - gRPC简单的demo - 学习/实践

Maui introductory tutorial series (5.xaml and page introduction)

中科磐云—D模块解析以及评分标准

NTFS 安全权限

Definition of DCDC power supply current

National vocational college skills competition (secondary vocational group) network security competition questions - Analysis
随机推荐
如何构建属于自己的知识引擎?社群开放申请
Annex V: briefing on the attack process docx
【MATLAB】MATLAB 仿真 — 低通高斯白噪声
中科磐云—2022广东木马信息获取解析
在代碼中使用度量單比特,從而生活更美好
分享一些我的远程办公经验
[matlab] matlab simulation modulation system FM system
RAC delete damaged disk group
Correct the classpath of your application so that it contains a single, compatible version of com. go
National vocational college skills competition (secondary vocational group) network security competition questions - Analysis
【MATLAB】MATLAB 仿真 — 模拟调制系统 之 AM 调制过程
[matlab] matlab simulation modulation system - DSB system
Unity中RampTex介绍和应用: 溶解特效优化
Share some of my telecommuting experience
TCP状态转换图
[matlab] matlab simulation - simulate the AM modulation process of the modulation system
Beipiao programmer, 20K monthly salary, 15W a year, normal?
技术管理 - 学习/实践
cmake
【Go】数据库框架gorm