当前位置:网站首页>【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);边栏推荐
- Annexe VI: exposé sur les travaux de défense. Docx
- Binary search tree
- 牛客小白月赛49
- 1. Mx6u-alpha development board (LED drive experiment in C language version)
- Unity中RampTex介绍和应用: 溶解特效优化
- Formatted text of Kivy tutorial (tutorial includes source code)
- 旭化成首次参展第五届中国国际进口博览会(5th CIIE)
- Kivy tutorial 07 component and attribute binding implementation button button click to modify the label component (tutorial includes source code)
- 附件三:防守方评分标准.docx
- 疫情远程办公经验分享| 社区征文
猜你喜欢

Beipiao programmer, 20K monthly salary, 15W a year, normal?

Statistical genetics: Chapter 3, population genetics

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

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

20000 words will take you to master multithreading

Main applications of TDK lambda power supply

两万字带你掌握多线程

6-5漏洞利用-SSH弱口令破解利用

DCDC电源电流定义

Utiliser des unités de mesure dans votre code pour une vie meilleure
随机推荐
FT2000+下LPC中断绑核使用说明
附件五:攻击过程简报.docx
Modstartblog modern personal blog system v5.2.0 source code download
20000 words will take you to master multithreading
Application scheme of Puyuan ds1000z series digital oscilloscope in communication principle experiment
Rhcsa 06 - suid, sgid, sticky bit (to be added)
Qt QTableView数据列宽度自适应
Main applications of TDK lambda power supply
The paddlehub face recognition scheme is deployed, and the trained model is deployed and applied in pytchrom
Annex V: briefing on the attack process docx
【愚公系列】2022年7月 Go教学课程 001-Go语言前提简介
The "functional art" jointly created by Bolang and Virgil abloh in 2021 to commemorate the 100th anniversary of Bolang brand will debut during the exhibition of abloh's works in the museum
(pointer) write function void fun (int x, int *pp, int *n)
MIN_RTO 对话
Many founders of technology companies provided enterpriser first with a round C financing of up to US $158million to help it invest in the next generation of global innovators
[wechat applet] good looking carousel map component
Rhcsa 01 - create partitions and file systems
Annexe VI: exposé sur les travaux de défense. Docx
What is the difference between Western Digital Green disk, blue disk, black disk, red disk and purple disk
测试 CS4344 立体声DA转换器