electronics forum

Rules | Recent posts | topic RSS | Search | Register  | Log in

Does the order of the CICCOMP matter in the matlab?


Post new topic  Reply to topic    EDAboard.com Forum Index -> Digital Signal Processing -> Does the order of the CICCOMP matter in the matlab?
Author Message
wqy1985



Joined: 07 May 2009
Posts: 22
Location: China


Post12 May 2009 16:29   

ciccomp


Hi,all
I am in a project of Sigma-Delta ADC. But I get in trouble when I design the digital filter in the MATLAB. The filter consists of a CIC, a CICCOMP and two halfband. When CIC is followed by the CICCOMP and then the twe halfbands, the CICCOMP can compensate the droop caused by the CIC in the passband well. But when I exchange the order between the CICCOMP and the first halfband(the order now is CIC-halfband-CICCOMP-halfband), there will be a bugle in the passband which is like overcompensation. I don't know why it happens. I attach the figure I simulate and the code I used in the MATLAB.

So thanks for your response.

this is the code i use in the matlab.
Fs = 6144000; % Input sampling frequency
Fpass = 21770; % Frequency band of interest
M = 16; % Decimation factor of CIC
Hcic = design(fdesign.decimator(M,'CIC',01,Fpass,120,Fs));
Hd = cascade(dfilt.scalar(1/gain(Hcic)),Hcic); %the CIC filter
hb=fdesign.decimator(2,'halfband',148460,120,384000);%first halfband
Hb=equiripple(hb);
d = fdesign.ciccomp(Hcic.DifferentialDelay, ...
Hcic.NumberOfSections,Fpass,74230,.01,120,192000);%CICCOMP
Hdc=design(d);
filter1=cascade(Hd,Hb,Hdc);
fvtool(filter)
Does the order of the CICCOMP matter in the matlab?
Back to top
wqy1985



Joined: 07 May 2009
Posts: 22
Location: China


Post12 May 2009 23:52   

Re: Does the order of the CICCOMP matter in the matlab?


waiting~~~~Crying or Very sad
Back to top
Google
AdSense
Google Adsense




Post12 May 2009 23:52   

Ads




Back to top
wqy1985



Joined: 07 May 2009
Posts: 22
Location: China


Post13 May 2009 14:38   

Re: Does the order of the CICCOMP matter in the matlab?


somebody help~~~
Back to top
wqy1985



Joined: 07 May 2009
Posts: 22
Location: China


Post15 May 2009 11:22   

Re: Does the order of the CICCOMP matter in the matlab?


~~~~~~
Back to top
wqy1985



Joined: 07 May 2009
Posts: 22
Location: China


Post18 May 2009 16:58   

Does the order of the CICCOMP matter in the matlab?


my matlab version is 7.1~~~
Back to top
wqy1985



Joined: 07 May 2009
Posts: 22
Location: China


Post28 Jun 2009 0:28   

Does the order of the CICCOMP matter in the matlab?


i try it again in matlab2009a
but the problem exists as before. Anyone knows the answer?
Back to top
Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
Post new topic  Reply to topic    EDAboard.com Forum Index -> Digital Signal Processing -> Does the order of the CICCOMP matter in the matlab?
Page 1 of 1 All times are GMT + 1 Hour
Similar topics:
How much does the impendence matter? (2)
Does the ic-prog supply the STK200 to program the PIC chips? (3)
Does the design of the microstrip antenna in the high freque (2)
what's the meaning of the fourth-order type2 charge pump pll (3)
THe Chebyshev pollynimial of the first kind of order n (1)
Does the MATLAB provide equation editor? (1)
what's the matter in file test.v ? (1)
Does the build in VGA take from the system RAM ? (1)
How does the HFSS calculate the impedance of a lumped port? (1)
how does the feedback affect the circuit noise performance? (6)


Abuse || Administrator || Moderators || Support us || sitemap
topic RSS