xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 1KB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-02-12
  • 語言: Matlab
  • 標(biāo)簽: 高斯窗??stft??matlab??

資源簡(jiǎn)介

短時(shí)傅里葉變換的一些簡(jiǎn)單的演示,其中有矩形窗和高斯窗

資源截圖

代碼片段和文件信息

%?Main?Function

clear;
clc;

%?the?initial?signal
%?f(t)?=?sin(2*pi*t)
R?=?0.05;?t?=?1:R:10;
f?=?sin(2*pi*t.*t);
subplot(221);?plot(tf);
xlabel(‘t‘);?ylabel(‘f‘);
title(‘the?initial?signal‘);

%?the?frequency?distribution(fourier?transform)
F?=?fft(f);
F1?=?abs(F);
subplot(222);?plot(tF1);
xlabel(‘w‘);?ylabel(‘|F|‘);
title(‘the?frequency?of?the?signal‘);

%?STFT?with?the?rectangle?window
[f1F1]?=?STFT1(ft);

%?STFT?with?the?Gaussian?window
%[f1F1]?=?STFT2(ft);

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件????????499??2010-10-06?11:02??main.m

?????文件????????806??2010-10-06?11:10??STFT1.m

?????文件????????868??2010-10-06?11:28??STFT2.m

-----------?---------??----------?-----??----

?????????????????2173????????????????????3


評(píng)論

共有 條評(píng)論

相關(guān)資源