这个是hspect.m的 内容画三维图谱的
figure;
t=1:length(x); % time sample
f=t/length(x)*200; % normalized frequency ?????这里我很疑问
imagesc(t,f,E); % !!! I am not sure it is the best way to visualize it !!!
colorbar;
set(gca,'YDir','normal');
xlabel('Time Sample');
ylabel('Normalized Frequency');
figure;
t=1:length(x); % time sample
f=t/length(x)*0.5; % normalized frequency ?????这里我很疑问
imagesc(t,f,E); % !!! I am not sure it is the best way to visualize it !!!
colorbar;
set(gca,'YDir','normal');
xlabel('Time Sample');
ylabel('Normalized Frequency');
好像这里就是画图的程序,f=t/length(x)*0.5 这里是归一化 在那里乘以采样频率啊 ?
谢谢大家的帮忙!
disp_hhs 这个函数我怎么找不到
可以说 详细点吗 ?
谢谢