Samuel Witt
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 155,365
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
In real time filtering of a song, all the filter states seem to be NaN, so no sound plays. Not sure why...
First I compute the filter coefficients using this function function [b, a] = computeCoeffs(Fs, Wp, Ws, Rp, Rs, ftype) % N...
約1年 前 | 1 件の回答 | 0
1
回答質問
I am trying to simultaneously playback and record a chirp signal. No sound is coming from my speakers. I pretty much copied the exampled from the matlab docs...
% Test signal generation frameSize = 1024; Fs = 44100; t = 0:1/Fs:1; % Time vector for 1 second testSignal = chirp(t, 20, t(...
約1年 前 | 0 件の回答 | 1
0
回答質問
Audio distortion using IIR filters for an audio equalizer
I am building an audio equalizer. I have created my filters using the ellip() function. Unfortunately I am still hearing distort...
約1年 前 | 1 件の回答 | 0