Statistiques
RANG
8 636
of 300 857
RÉPUTATION
5
CONTRIBUTIONS
5 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
60.0%
VOTES REÇUS
4
RANG
of 21 097
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 361
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Using sinc() in a filter desing
This works: 2*fc * sinc(2*fc*(n-L/2))
presque 8 ans il y a | 0
| A accepté
Question
Using sinc() in a filter desing
In order to design a filter (windowing method), I first generate my sinc function like so: L = 20; fc = 0.25; n = (1:...
presque 8 ans il y a | 1 réponse | 1
1
réponseQuestion
Changing real part of complex number?
I have an array of compelx numbers. I'd like to change the real part of the 34th array member to zero. This code doesn't work:...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
audiorecorder is "not intended for long recordings". What is?
Hi, I need to do a continious, long audio recording. I tried |audiorecorder| object, set up a callback using |TimerFcn| a...
plus de 8 ans il y a | 1 réponse | 1
1
réponseReplicating crossoverFilter() by using butter() and filter()
OK, figured it out. I used 'CrossoverSlopes', 12,... which is wrong for my use case where I have two 2nd order Butter...
presque 9 ans il y a | 1
Question
Replicating crossoverFilter() by using butter() and filter()
How do I replicate Matlab crossoverFilter() from Audio Toolbox by using standard butter() and filter() functions? I used par...
presque 9 ans il y a | 1 réponse | 1
1
réponseQuestion
C equivalent to MATLAB “filter”?
Why is my MATLAB "filter" giving different result than equivalent C code? MATLAB: [B_coeffs, A_coeffs ] = butter(4, 1...
environ 9 ans il y a | 1 réponse | 0


