- The values available in the colorbar can be obtained by returning an output from the hht function. The code below shows how we can use the values from hht output in the form of a matrix.
What are the measures/scales on the colorbar in Hilbert spectrum?
8 ビュー (過去 30 日間)
古いコメントを表示
When applying hht(imf,fs) we get Hilbert spectrum showing a colorbar on the right. What are those values/measures on the color bar and how can we obtain/calculate them?
Meanwhile, how can we customize the actual time on the x-axis, if offset is other than 0 (f.exp. 25-30s)?
Thanks in advance,
0 件のコメント
回答 (1 件)
Pratyush Roy
2021 年 5 月 25 日
Hi Jan,
hs = hht(imf,fs) % Returns a sparse matrix
h_full = full(hs) % Converts the sparse matrix to a dense matrix
The values that appear in the h_full matrix decide the values on the colorbar.
2. The hht documentation actually has examples where numeric outputs are used to obtain a plot that is different from the convenience plot offered when hht is called without an output.
Hope this helps!
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!