According to Carrie, the colormap for the spectrograms in check_audapterLPC is ok, but the dynamic range is too low. And at some point, Ben got a rainbow colormap.
The colormap is controlled by varycolor on line 293, which we got from the file exchange and is actually in the current-studies repo. So that's not great either, that this free-speech function has a current-studies function as a dependency.
%Set up colors. Using varycolor allows for any number of vowels
plotColors = varycolor(UserData.nVowels);
According to Carrie, the colormap for the spectrograms in
check_audapterLPCis ok, but the dynamic range is too low. And at some point, Ben got a rainbow colormap.The colormap is controlled by
varycoloron line 293, which we got from the file exchange and is actually in thecurrent-studiesrepo. So that's not great either, that this free-speech function has a current-studies function as a dependency.