Edson Silva
Followers: 0 Following: 0
Estadística
1 Pregunta
8 Respuestas
CLASIFICACIÓN
22.262
of 295.486
REPUTACIÓN
2
CONTRIBUCIONES
1 Pregunta
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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
Matlab has encounter an internal error and needs to close - on MacOS in a MacBook Pro after opening some minutes later, no running any programs
This solved my problem 1) Open finder 2) Go -> Go to Folder (~/Library/Application Support/MathWorks/MATLAB/R2019b) 3) Delete...
más de 3 años hace | 0
Segmentation violation Mac on startup
This solved my problem 1) Open finder 2) Go -> Go to Folder (~/Library/Application Support/MathWorks/MATLAB/R2019b) 3) Delete...
más de 3 años hace | 0
CIC decimator output mirrored
As it seems that the reason to the problem is the way the CIC filter is implemented in MATLAB with the unit delay in the feedfor...
más de 4 años hace | 0
Ambiguity between theoretical and MATLAB CIC decimator models
I think the answer to this question is the way the MATLAB block is implemented. In the traditional CIC decimator algorithm, the ...
más de 4 años hace | 0
How can I plot amplitude and phase responses of a CIC filter?
CIC1 = dsp.CICDecimator(8,1,3); h=fvtool(CIC1,'Fs',sampling_frequency); h.NormalizeMagnitudeto1 = 'on';
más de 4 años hace | 0
the parameters of CIC filter
I think the problem you have is because the function is expecting Nx1 vector but it is receiving 1xN vector. Try to transpose th...
más de 4 años hace | 0
Ambiguity between theoretical and MATLAB CIC decimator models
I noticed exactly the same problem. Take a look at my question: https://www.mathworks.com/matlabcentral/answers/570100-cic-deci...
más de 4 años hace | 0
How to get dsp.CICDecimator section word lengths?
The following code will do the job: CIC1 = dsp.CICDecimator(8,1,3); CIC1.SectionWordLengths=[32 32 32 32]; CIC1.FixedPointDat...
más de 4 años hace | 0
Pregunta
CIC decimator output mirrored
Hi, I am trying to use the dsp.CICDecimatior function and comparing the output to a C code algorithm that I have. The CIC deci...
más de 4 años hace | 1 respuesta | 0