当前位置:网站首页>【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);
边栏推荐
- 拼夕夕二面:说说布隆过滤器与布谷鸟过滤器?应用场景?我懵了。。
- qt下开发mqtt的访问程序
- Imitation of "game bird" source code, mobile game issue evaluation, open service, open test collection, game download website template
- EventBridge 在 SaaS 企业集成领域的探索与实践
- Wobo Union ended its strategic evaluation and decided to retain Bozi's business with excellent performance
- [Yugong series] go teaching course 001 in July 2022 - Introduction to go language premise
- Test cs4344 stereo DA converter
- 1. Mx6u-alpha development board (simulating STM32 drive development experiment)
- GUI 应用:socket 网络聊天室
- Apple CMS imitation watermelon video atmospheric response video template source code
猜你喜欢
RAC delete damaged disk group
RPC Technology
分享一些我的远程办公经验
Unity中RampTex介绍和应用: 溶解特效优化
Drozer tool
Technology Management - learning / practice
[wechat applet] good looking carousel map component
深入解析结构化异常处理(SEH) - by Matt Pietrek
关闭的数据能用dbca删除吗? 能
Modstartblog modern personal blog system v5.2.0 source code download
随机推荐
MAUI 入门教程系列(5.XAML及页面介绍)
Modstartblog modern personal blog system v5.2.0 source code download
LeetCode136+128+152+148
Unity中RampTex介绍和应用: 溶解特效优化
RPC - grpc simple demo - learn / practice
陪驾注意事项 这23点要注意!
B. All Distinct
附件三:防守方评分标准.docx
The five pictures tell you: why is there such a big gap between people in the workplace?
Application scheme of Puyuan ds1000z series digital oscilloscope in communication principle experiment
1. Mx6u-alpha development board (simulating STM32 drive development experiment)
Kivy教程之 更改背景颜色(教程含源码)
PostgreSQL 正式超越 MySQL,这家伙也太强了吧!
DCDC电源电流定义
浅谈JVM的那些事
红队视角下的防御体系突破之第二篇案例分析
Binary search tree
Wobo Union ended its strategic evaluation and decided to retain Bozi's business with excellent performance
Wechat official account infinite callback authorization system source code
Architecture training graduation design + summary