Community Profile

photo

Srivatsa Dasa


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


given a speech signal(.wav) file, we are required to plot cosine waves over it like cos(k1*x),cos(k2*x).I tried using dct function but to unable to proceedd
clc; clear; syms m; syms n; [x, fs] = audioread('sample.wav'); x = x(:, 1); xlen = length(x); s...

2 years ago | 1 answer | 0

1

answer