photo

Samuel Witt


Last seen: 1 year 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
126,159
of 300,392

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
0.0%

收到投票数
1

排名
 of 20,934

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,373

贡献数
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...

2 years 前 | 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(...

2 years 前 | 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...

2 years 前 | 1 个回答 | 0

1

个回答