Srivatsa Dasa
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0