当前位置:网站首页>[matlab] general function of communication signal modulation inverse Fourier transform
[matlab] general function of communication signal modulation inverse Fourier transform
2022-07-04 05:00:00 【Embedded workplace】
Catalog
Inverse Fourier transform
function [t,st] = F2T(f,sf)
%This function calculate the time signal using ifft function for the input signal's spectrum
df = f(2)-f(1);
Fmx = (f(end)-f(1)+df);
dt = 1/Fmx;
N = length(sf);
T = dt*N;
t = 0:dt:(T-dt);
sff = ifftshift(sf);
st = Fmx*ifft(sff);
边栏推荐
- MySQL indexes and transactions
- Exercise bubble sort
- 软件设计文档示例模板 - 学习/实践
- 附件一:202x年xxx攻防演习授权委托书
- rac删除损坏的磁盘组
- MAUI 入门教程系列(5.XAML及页面介绍)
- Zhongke panyun-2022 Guangdong Trojan horse information acquisition and analysis
- Change the background color of Kivy tutorial (tutorial includes source code)
- 在代碼中使用度量單比特,從而生活更美好
- cmake
猜你喜欢
随机推荐
令人头痛的延时双删
6-5 vulnerability exploitation SSH weak password cracking and utilization
Unity 接入天气系统
Niuke Xiaobai monthly race 49
附件一:202x年xxx攻防演习授权委托书
Solve the problem of failed to load property source from location 'classpathapplication YML 'problem
技术管理 - 学习/实践
Headache delayed double deletion
NTFS 安全权限
Unity中RampTex介绍和应用: 溶解特效优化
Secondary vocational group network security - memory Forensics
Maui introductory tutorial series (5.xaml and page introduction)
National vocational college skills competition (secondary vocational group) network security competition questions - Analysis
中科磐云—模块A 基础设施设置与安全加固 评分标准
郑州正清园文化传播有限公司:针对小企业的7种营销技巧
Error response from daemon: You cannot remove a running container 8d6f0d2850250627cd6c2acb2497002fc3
软件设计文档示例模板 - 学习/实践
cmake
DCDC电源电流定义
【MATLAB】MATLAB 仿真数字带通传输系统 — ASK、 PSK、 FSK 系统