linear-predictive-speech-synth/lpss_synth.m

11 lines
193 B
Mathematica
Raw Permalink Normal View History

2020-11-06 19:08:42 +00:00
%% lpss.m
%%
%% Coursework script
close all;clear all;clc;
Fs = 24000; % Hz, sampling
Ff = 100; % Hz, fundamental
sample_length = 1000; % ms
sample = get_impulse_train(Ff, Fs, sample_length)