photo

Srivatsa Dasa


Last seen: 3年弱 前 2022 年からアクティブ

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...

3年弱 前 | 1 件の回答 | 0

1

回答