photo

William Chambers


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
0 Respuestas

CLASIFICACIÓN
130.622
of 300.343

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

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

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Manual Linkwitz-Riley filter
I'm trying to implement a manual linkwitz-riley filter, here's what I've done so far: [x, fs] = audioread('nobody.wav'); [b...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


axis function in Appdesigner
I'm trying to plot a single cycle of a wave. I've managed to do it in a test script using the axis function and limiting the ran...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plotting one cycle of a wave
[sig, fs] = audioread(x); modfreq = 4; depth = 100; a = depth/200; offset = 1 - a; len = 1:length(sig); phasor = a*sawtoo...

casi 7 años hace | 2 respuestas | 0

2

respuestas