photo

Edson Silva


Last seen: mer än ett år ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
8 Answers

RANK
22 518
of 298 922

REPUTATION
2

CONTRIBUTIONS
1 Question
8 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20 661

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 162 892

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Revival Level 2
  • First Answer

View badges

Feeds

View by

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

ungefär 4 år ago | 0

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

ungefär 4 år ago | 0

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

nästan 5 år ago | 0

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

nästan 5 år ago | 0

Answered
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';

nästan 5 år ago | 0

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

nästan 5 år ago | 0

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

nästan 5 år ago | 0

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

nästan 5 år ago | 0

Question


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

nästan 5 år ago | 1 answer | 0

1

answer