photo

Samuel Witt


Last seen: más de 1 año hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
0 Respuestas

CLASIFICACIÓN
126.159
of 300.343

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.926

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.172

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

Feeds

Ver por

Pregunta


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

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 2 años hace | 0 respuestas | 1

0

respuestas

Pregunta


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

casi 2 años hace | 1 respuesta | 0

1

respuesta