Jay - MATLAB Central
photo

Jay


Last seen: 6일 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB AnswersFrom 09/23 to 03/25Use left and right arrows to move selectionFrom 09/23Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

15 질문
1 답변

순위
190,324
of 297,672

평판
0

참여
15 질문
1 답변

답변 채택
66.67%

획득한 표
0

순위
 of 20,464

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,351

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How to get LUT values from the NCO object?
I'm trying to learn NCO and MATLAB has the following example. df = 0.05; % Frequency resolution = 0.05 Hz minSFDR = 96; % Spur...

28일 전 | 답변 수: 1 | 0

1

답변

질문


Number of bits per symbol (m) range in Reed-Solomon coding
I'm playing around with Reed-Solomon codes. In the parameters of rsenc, help shows m represents the "number of bits per symbol" ...

6개월 전 | 답변 수: 2 | 0

2

답변

질문


Update a value in a struct in another function
I have a struct which is initialized by this: function myStruct = defult_config myStruct.myLenth = 1; end myStruct.myLength ...

9개월 전 | 답변 수: 2 | 0

2

답변

질문


How do I know how the output of FIR filter were calculated (e.g., each of summands of the FIR)?
For a given set of FIR coefficient b and input data input, I generate FIR output using filter function (e.g., output = filter(b,...

대략 1년 전 | 답변 수: 0 | 0

0

답변

질문


CIC compensation filter design
I have a CIC filter as below: Decimation factor: 20 Differential Delay: 1 Number of sections: 4 I created cicDecim object by...

대략 1년 전 | 답변 수: 0 | 0

0

답변

질문


How to do a Biquad (SOS) filtering
I have the following filters which I want to implement with cascade of multiple second-order sections (SOS). %% Filter_1 h = ...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


convert decimal to hex with 3 digit
I just realized that converting -30 to hexadecial by dec2hex(-30) is different from its converting back by hex2dec('E2'). Any su...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


The location of decimated sample in CIC Decimator?
In a CIC Decimator, which sample is chosen among others? For example, here is the original input. input = [x1 x2 x3 x4 x5 x6 x7...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


The first CIC Decimator output is always zero
It seems that the first CIC Decimator output is always zero and I don't understand its behavior. I generated the input data and...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


CIC decimation output is strange (Output word length and negative fractional length)
I'm implementing fixed point CIC decimation filter with following requirements -- Decimation factor: 20 Number of CIC stages: ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Magnitude response of allpass filter - group-delay equalization of an IIR filter
In iirgrpdelay help page, the following example was provided for a group delay equalization of an IIR filter: [be,ae] = ellip(4...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Converting 4th order IIR filter to SOS (second-order sections)
I've designed 4th order allpass IIR filter using 'iirgrpdelay' and have the numerator and denominator which are 1-by-5 vectors. ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
CPFSK demodulator performance in MATLAB example with enabling modulation index
This is self-answering - I found the reason why the error rates are strange other than "modulation index" of 0.5. CPFSKDemodulat...

1년 초과 전 | 0

| 수락됨

질문


CPFSK demodulator performance in MATLAB example with enabling modulation index
I've been checking CPFSK performance against various modulation indices and SNR. MATLAB has nice examples in comm.CPFSKModulat...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Number of filter taps in Gaussian filter design
Hello, I'm desinging a pulse shaping filter where the filter covers a span of 5 inputs symbols and 12 times of input symbol r...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Oversampling factor parameter for fsk modulation with gaussian shaping filter
Hello, I have been playing around with fskmod with gaussdesign (e.g., fsk modulation and filtering with a gaussian shaping filt...

1년 초과 전 | 답변 수: 1 | 0

1

답변