Hong ,

The design previous attached screecap fft3.png , this is a spectrometer
with 8 input . I have a new design more simple , this is with  4 inputs
with 32 channels and the Multiplier in the implementation of
fft_wideband_real is 1 , is this correct ? or Have I change to [1 1 1 1 1
1] ?.

In this new Design the paremeters are:

In the fft_biplex_real_4x0 the Size of FFT is 2^4 , then the vector of
length 4, the Multiplier implementation is [1 1 1 1].

In the FFT internal block the Size of FFT is 2^2 and the Multiplier
implemantion is [1                                      1].

Finally the fft_wideband_real the Size of FFT is 2^6 and Multiplier
implementation is 1, is this correct?

Cheers

Katty

2012/12/21 Hong Chen <[email protected]>

> Hi Katty,
>
> Could you check your 'Multiplier Impl.' in the 'Implementation' tab in the
> FFT's parameter box? It appears to me you set it to some vector of length
> 4, maybe something like [1 1 1 1]? Since your FFT has size 2^6, so you
> would want to put in a vector of length 6 or just one value (e.g. just 1,
> as you had before as shown in your previous attached screencap fft3.png)
>
> Hope this helps,
> Hong
>
>
> On Fri, Dec 21, 2012 at 8:15 AM, katherine viviana cortes urbina <
> [email protected]> wrote:
>
>> Hong,
>>
>> I do a fresh git clone of current 
>> casper-astro/mlib_devel<https://github.com/casper-astro/mlib_devel>and 
>> delete the older version since set path of Matlab,  but when I prove
>> the design "Spectrometer" I have a error ;
>>
>>
>> Error using ==> gen_xps_files at 199
>> Error due to multiple causes.
>>
>> you should see the attachments
>>
>>
>> Cheers
>>
>> katty
>> 2012/12/20 Hong Chen <[email protected]>
>>
>>> Hi Katty,
>>>
>>> I tried out your parameter setting with the current
>>> casper-atsro/mlib_devel, and it appears the block is working for me. I
>>> looked at your screencap a little bit, and my best guess is that you are
>>> using an older version of mlib_devel some how (reasons to be expained). So
>>> could you please do a fresh git clone of current 
>>> casper-astro/mlib_devel<https://github.com/casper-astro/mlib_devel>
>>>  ?
>>>
>>> (Locate your current mlib_devel directory, rename it or remove it, and
>>> in command line, type
>>> *>>> git clone git://github.com/casper-astro/mlib_devel.git*)
>>>
>>> I hope this could solve your problem. Please let me know if it doesn't
>>> work.
>>>
>>> The reason that I think you probably have an older version of CASPER
>>> library is, comparing your block with the one that I just tried to
>>> generate, we can see difference in block name and annotation in the first
>>> fft_biplex_real_4x block (the one that's reporting error). I marked out the
>>> difference in attached screencaps.
>>>
>>> I looked up the commit log of fft_wideband_real_init.m, and it seems to
>>> me that for current version of the library, this block should always have
>>> names ending with '_4x0', '_4x1', ‘_4x2', etc. More specifically, after this
>>> commit done in 
>>> 2011.01.04<https://github.com/casper-astro/mlib_devel/commit/058f562343807a40e8e437f58bf99998b074930f#L2L162>(note
>>>  the removed line 162,
>>> *'**
>>> reuse_block(blk, name, 'casper_library_ffts/fft_biplex_real_4x', ...'*,
>>> as linked), the block really should not have a name that ends with '_4x'.
>>> So I'm guessing you are using a version of the library that's older than
>>> that commit. That's just my theory.
>>>
>>>
>>> **** A note to dear CASPER library developers: Can we put something into
>>> CASPER library so that users can quickly find out exactly what version of
>>> library they are using? Maybe a function that's similar to get_xlVersion(),
>>> like get_mlibVersion()? Or an info file in mlib_devel/  ?
>>>
>>> Best wishes,
>>> Hong
>>>
>>>
>>> On Thu, Dec 20, 2012 at 3:25 PM, katherine viviana cortes urbina <
>>> [email protected]> wrote:
>>>
>>>> ---------- Mensaje remitido ----------
>>>> De: "katherine viviana cortes urbina" <[email protected]>
>>>> Fecha: 20/12/2012 19:14
>>>> Asunto: Re: [casper] spectrometer 1Ghz
>>>> Para: "Hong Chen" <[email protected]>
>>>>
>>>>
>>>> I am using the mlib_devel-master. you can to see the attachments.
>>>>
>>>> cheers
>>>>
>>>> katty
>>>>
>>>>
>>>> 2012/12/20 Hong Chen <[email protected]>
>>>>
>>>>> Hi Katty,
>>>>>
>>>>> Are you using the current version of casper-astro/mlib_devel.git
>>>>> library <https://github.com/casper-astro/mlib_devel>? If not, what
>>>>> version are you using? Would you mind doing a screen capture of your FFT
>>>>> parameter box (all tabs)? We'll check on it. If this is a bug in our
>>>>> current library then we definitely need to fix it as soon as possible...
>>>>>
>>>>> Thanks,
>>>>> Hong
>>>>>
>>>>> On Thu, Dec 20, 2012 at 1:35 PM, Ryan Monroe 
>>>>> <[email protected]>wrote:
>>>>>
>>>>>>  I'll just chime in that I've seen this error before, which I solved
>>>>>> by switching to a different version of the library.  I can't help with 
>>>>>> this
>>>>>> one, just wanted to say it's probably not operator error.
>>>>>>
>>>>>> --Ryan
>>>>>>
>>>>>>
>>>>>>
>>>>>> On 12/20/2012 01:24 PM, katherine viviana cortes urbina wrote:
>>>>>>
>>>>>> Hi Mark,
>>>>>>
>>>>>>
>>>>>> Today I change the fft in my design , I also open up the parameter
>>>>>> boxes of both and make sure that the parameters are the same, I delete 
>>>>>> the
>>>>>> old and replace it with the new, but I have the same error,
>>>>>>
>>>>>>  Detected Linux OS
>>>>>> #############################
>>>>>> ##      System Update      ##
>>>>>> #############################
>>>>>> Error using ==> gen_xps_files at 199
>>>>>> Error due to multiple causes.
>>>>>>
>>>>>>
>>>>>> Cheers
>>>>>>
>>>>>> katty
>>>>>>
>>>>>> 2012/12/19 Mark Wagner <[email protected]>
>>>>>>
>>>>>>> Hi Kathy,
>>>>>>>
>>>>>>>  I think the design you opened up was built with an older version
>>>>>>> of the libraries.  All you need to do is open up the simulink browser 
>>>>>>> and
>>>>>>> pull that fft into your design, then open up the paramter boxes of both 
>>>>>>> and
>>>>>>> make sure that the parameters are the same.  After that, delete the old 
>>>>>>> one
>>>>>>> and replace it with the new.
>>>>>>>
>>>>>>>  Mark
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Dec 19, 2012 at 5:14 PM, katherine viviana cortes urbina <
>>>>>>> [email protected]> wrote:
>>>>>>>
>>>>>>>> Hi mark,
>>>>>>>>
>>>>>>>> Where I get of newer versions of fft and pfb_fir?
>>>>>>>>
>>>>>>>> Cheers
>>>>>>>>
>>>>>>>> Katty
>>>>>>>>  El 19/12/2012 19:10, "katherine viviana cortes urbina" <
>>>>>>>> [email protected]> escribió:
>>>>>>>>
>>>>>>>>  Hi mark,
>>>>>>>>>
>>>>>>>>> Where I try of newer versions of fft and pfb_fir ?
>>>>>>>>>
>>>>>>>>> Cheers
>>>>>>>>>  El 19/12/2012 18:52, "Mark Wagner" <[email protected]>
>>>>>>>>> escribió:
>>>>>>>>>
>>>>>>>>>> Hi Katty,
>>>>>>>>>>
>>>>>>>>>>  I think it's possible you're using older versions of the fft
>>>>>>>>>> and the pfb_fir.  Could you try to replacing those with the ones 
>>>>>>>>>> from the
>>>>>>>>>> library you have open (with the same parameter settings)?  And then 
>>>>>>>>>> try
>>>>>>>>>> ctrl-d?
>>>>>>>>>>
>>>>>>>>>>  Mark
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Wed, Dec 19, 2012 at 4:32 PM, katherine viviana cortes urbina
>>>>>>>>>> <[email protected]> wrote:
>>>>>>>>>>
>>>>>>>>>>> Dear Casperites,
>>>>>>>>>>>
>>>>>>>>>>> I am design a Spectrometer of 1Ghz, I just be parameters in the
>>>>>>>>>>> existing blocks. I change the parameter 'Number of simultaneous 
>>>>>>>>>>> inputs' set
>>>>>>>>>>> to 3. But when I compile design , I have the error:
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> #############################
>>>>>>>>>>> ##      System Update      ##
>>>>>>>>>>> #############################
>>>>>>>>>>> Error using ==> gen_xps_files at 199
>>>>>>>>>>> Error due to multiple causes.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> if I do ctrl + d , I see the attachments.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Cheers
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Katty
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>

Reply via email to