matlab st变换,ST转换(matlab代码)
【實(shí)例簡介】
【實(shí)例截圖】
【核心代碼】
samplingrate = 0.00005;
[s,t,f]=st(amplitude,0,0.5/samplingrate,samplingrate,1);
T=max(t);
subplot(3,1,1),plot(t,amplitude,'color','k','linewidth',1)
xlabel('時(shí)間/s');
ylabel('幅值/V');
xlim([0 T]);
% title('微震波形','FontName','Times New Roman','FontSize',14);
set(gca,'FontName','Times New Roman','FontSize',14);
set(get(gca,'XLabel'),'FontName','Times New Roman','FontSize',14);
set(get(gca,'YLabel'),'FontName','Times New Roman','FontSize',14);
subplot(3,1,2:3),contour(t,f,abs(s),'fill','on');
xlabel('時(shí)間/s');
ylabel('頻率/Hz');
xlim([0 T]);
ylim([0 3000]);
% title('時(shí)頻譜','FontName','Times New Roman','FontSize',14);
set(gca,'FontName','Times New Roman','FontSize',14);
set(get(gca,'XLabel'),'FontName','Times New Roman','FontSize',14);
set(get(gca,'YLabel'),'FontName','Times New Roman','FontSize',14);
總結(jié)
以上是生活随笔為你收集整理的matlab st变换,ST转换(matlab代码)的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: jsessionid每次请求都在变_为什
- 下一篇: matlab人脸追踪,求大神帮助我这个菜