• 大小: 555B
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-06-10
  • 语言: Matlab
  • 标签: T2F  

资源简介

matlab仿真中的T2F函数用于实现频谱的仿真

资源截图

代码片段和文件信息

function [fsf]= T2F(tst) 
%This is a function using the FFT function to calculate a signal‘s Fourier 
%Translation 
%Input is the time and the signal vectorsthe length of time mu st greater  
%than 2 
%Output is the frequency and the signal spectrum 
dt = t(2)-t(1); 

评论

共有 条评论