当前位置:网站首页>【MATLAB】通信信号调制通用函数 — 窄带高斯白噪声的生成
【MATLAB】通信信号调制通用函数 — 窄带高斯白噪声的生成
2022-07-04 03:55:00 【嵌入式职场】
目录
窄带高斯白噪声的生成
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;%于 2016-04-13 添加除 2,源程序没有。
rn = sqrt(p)*randn(1,n_len);
[f,rf] = T2F(t,rn);
[t,out] = bpf(f,rf,fc-B/2,fc+B/2);
边栏推荐
- 博朗与Virgil Abloh于2021年为纪念博朗品牌100周年而联合打造的“功能性艺术”将在博物馆展出Abloh作品期间首次亮相
- 软件设计文档示例模板 - 学习/实践
- 【安全攻防】序列化与反序列,你了解多少?
- qt下开发mqtt的访问程序
- Deep understanding of redis -- bloomfilter
- Asahi Kasei participated in the 5th China International Import Expo (5th ciie) for the first time
- Technology Management - learning / practice
- 附件六:防守工作简报.docx
- (pointer) write function void fun (int x, int *pp, int *n)
- RAC delete damaged disk group
猜你喜欢
最长递增子序列问题(你真的会了吗)
20000 words will take you to master multithreading
Statistical genetics: Chapter 3, population genetics
[security attack and Defense] how much do you know about serialization and deserialization?
Imitation of "game bird" source code, mobile game issue evaluation, open service, open test collection, game download website template
多位科技公司创始人向Entrepreneur First提供高达1.58亿美元的C轮融资,协助其投资下一代全球创新者
旭化成首次参展第五届中国国际进口博览会(5th CIIE)
分布式CAP理论
附件六:防守工作簡報.docx
RPC - grpc simple demo - learn / practice
随机推荐
Network - vxlan
最长递增子序列问题(你真的会了吗)
Y55. Chapter III kubernetes from entry to proficiency -- HPA controller and metrics server (28)
Developing mqtt access program under QT
新手找陪驾要注意什么
红队视角下的防御体系突破之第一篇介绍、阶段、方法
leetcode:1314. 矩阵区域和【二维前缀和模板】
GUI 应用:socket 网络聊天室
YoloV6实战:手把手教你使用Yolov6进行物体检测(附数据集)
Kivy教程之 07 组件和属性绑定实现按钮button点击修改label组件(教程含源码)
技术管理 - 学习/实践
Solve the problem of failed to load property source from location 'classpathapplication YML 'problem
附件六:防守工作简报.docx
leetcode:1314. Matrix area and [2D prefix and template]
Redis: hash type data operation command
Unity Resource path
附件一:202x年xxx攻防演习授权委托书
疫情远程办公经验分享| 社区征文
附件2-2保密承诺书.docx
Apple CMS imitation watermelon video atmospheric response video template source code