To scale values from Wigner-Ville Distribution to real range in Matlab
问题 I run by using the function tfrwv.m in Time-Frequency Toolbox [B,T,F] = tfrwv(data, 1:length(data), length(data), 1); B(1:130, :) = 0; % remove the duplicate part of the distribution imagesc(T, F, abs(B)); colormap(hot); xlabel('t [s]'); ylabel('f [Hz]'); I get The frequency should be within [0,180] Hz and time [0,2.5s]. How can you scale time and frequency to the real values? The manuals says %TFRWV Wigner-Ville time-frequency distribution. % [TFR,T,F]=TFRWV(X,T,N,TRACE) computes the Wigner