Skip to content

Instantly share code, notes, and snippets.

View petrkucerak's full-sized avatar
🏕️
lost in life

Petr Kučera petrkucerak

🏕️
lost in life
View GitHub Profile
data = load('To specify file path');
plot(data);
sound(data(:,1) - mean(data(:,1)),10000); % To specify custom Sample Rate, (e.g. 10000)
sound(data(:,2) - mean(data(:,2)),10000); % To specify custom Sample Rate, (e.g. 10000)
sound(data(:,3) - mean(data(:,3)),10000); % To specify custom Sample Rate, (e.g. 10000)
@petrkucerak
petrkucerak / gist:2b4df6e643612fee35477921cb43ffb7
Last active June 15, 2022 10:29
CTU FEL OPT Octave snippets