Revert "Move hardcoded options from UnivariateSpectralDensity.m to global_initialization."

This reverts commit bda0b1b228.
time-shift
Sébastien Villemot 2012-04-26 08:22:15 +02:00
parent 17cfb4f93e
commit 08894086b0
2 changed files with 3 additions and 7 deletions

View File

@ -34,9 +34,9 @@ if options_.order > 1
return
end
pltinfo = options_.SpectralDensity.plot;
cutoff = options_.SpectralDensity.cutoff;
sdl = options_.SepctralDensity.sdl;
pltinfo = 1;%options_.SpectralDensity.Th.plot;
cutoff = 150;%options_.SpectralDensity.Th.cutoff;
sdl = 0.01;%options_.SepctralDensity.Th.sdl;
omega = (0:sdl:pi)';
GridSize = length(omega);
exo_names_orig_ord = M_.exo_names_orig_ord;

View File

@ -126,10 +126,6 @@ options_.nocorr = 0;
options_.periods = 0;
options_.noprint = 0;
options_.SpectralDensity = 0;
options_.SpectralDensity.plot = 1;
options_.SpectralDensity.cutoff = 150;
options_.SpectralDensity.sdl = 0.01;
% Extended path options
%