⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ctfrridbn.m

📁 Time-Frequency Toolbox,其中包含很常用的MATLAB程序
💻 M
字号:
%CTFRRIDBN  Reduced Interference Distribution with binomial kernel.% [TFR,T,F]=TFRRIDBN(X,T,N,G,H)%% Computes the Reduced Interference Distribution with a kernel%  based on the binomial coefficients, for a signal X. %  % X     = Analyzed signal.% T     = time instant(s)          (default : 1:length(X)).% N     = number of frequency bins (default : length(X)).% G     = time smoothing window,   (default : Hamming(N/10)). % H     = frequency smoothing window (default : Hamming(N/4)). %% TFR   = time-frequency representation.% F     = vector of normalized frequencies.%% Example :%   x = hilbert(sin(2*pi*0.25*(1:128))+0.5*randn(1,128));  %   g = Cwindow(31,'rect'); h=Cwindow(63,'rect'); %   t=1:128; [tfr,T,F]=Ctfrridbn(x,t,128,g,h);%   imagesc(T,F,tfr); axis xy; xlabel('time'); ylabel('frequency')%% SEE ALSO : CTRRIDB, CTFRRIDH, CTFRRIDT

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -