carrien / free-speech

Analysis and plotting code for speech neuroimaging experiments.
MIT License
4 stars 5 forks source link

Check_dataVals works with F0 #124

Closed cwnaber closed 3 months ago

cwnaber commented 8 months ago

There are several files flagged as having changed in this PR, which are not actually related to changes specifically in this PR. Other branches were merged into this branch during development so that it stayed up-to-date with the master branch and the other "praat in audioGUI" branch.

Brand new changes in this PR are exclusively in:

  1. check_dataVals
  2. plot_rawAcoustTracks, which replaces plot_rawFmtTracks. (check_dataVals was the only function which referenced the old function, plot_rawFmtTracks.)

Due to combining the "pitchlimits" and "params" input arguments to get_sig_pitch (in the wave_viewer repo), these files have also changed:

  1. from_gill_wave_proc.m
  2. wave_proc.m

This PR should be merged simultaneously with wave-viewer # 14