vtb7.m
来自「在MATLAB中开发震动相关仿真时需要用到的」· M 代码 · 共 19 行
M
19 行
% VTB7%% VTB7_1 is an example of taking a power spectral density% of data. The power spectral density of a signal% containing .5 Hz and 1.59 Hz signals is plotted.% VTB7_2 generates the discrete frequency response% function (H(iw)) between two signals.% VTB7_2EX VTB7_2EX.MAT is an example data file for VTB7_2.% VTB7_3 A set of files numbered from VTB7_3_1.MAT to% VTB7_3_6.MAT exist which contain discrete frequency% response functions. After loading the data,% plot(FreqV,abs(Xfer)) will give the magnitude,% plot(FreqV,angle(Xfer)) will give the phase% plot, and plot(Xfer) will give the Nyquist plot.% Note the differences between experimental% data and what you would expect from theory.% VTB7_4 Curve fit so a FRF. Used in modal analysis% VTB7_5 Transfer Function from second order system matrices.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?