func_FE_RenyiEn

This function calculates Renyi Entropy
171 descargas
Actualizado 30 ago 2021

Ver licencia

% This function calculates Renyi Entropy based on the following algorithm
%------------------------------------------------------------------------------------
% - The number of n intervals of the signal is selected.
% - The width of each interval is calculated from the formula (xmax-xmin)/n.
% - The number of points of the signal that are placed in each interval is counted: Ni i = 1: n
% - Probability pi = Ni / N is calculated.
% - Shannon entropy is calculated using the formula H=(1/(1-alpha))log2(sum(pi^alpha)) i=1->n.
%------------------------------------------------------------------------------------
%
% Input parameters:
% - signal: Input signal must be a vector with dimension N
% - n: number of devision
% - alpha: the order of the entropy measure
% Output:
% - RenyiEn: Renyi entropy value
% Author: Golnaz Baghdadi
% -------------------------------------------------------------------------------

Citar como

Golnaz Baghdadi (2024). func_FE_RenyiEn (https://www.mathworks.com/matlabcentral/fileexchange/98539-func_fe_renyien), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2020a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0