Reply by Richard Williams December 4, 20102010-12-04
VR,

I have the second edition of the rulph book.

section 10.4 is titled:
Radix-4 fft with RTDX using visual C++ and matlab for plotting.

The second edition of the book does not even have a discussion of frequency
domain filtering.

Some of the projects, like viterbi, have a GEL file with a slider implementation.
You could use that as an example to create your own GEL file for your project.

R. Williams

---------- Original Message -----------
From: V R
To: Richard Williams
Cc: c...
Sent: Fri, 3 Dec 2010 18:49:05 -0500
Subject: Re: [c6x] Re: Radix-4 FFT with frequency domain filtering on DSK C6713

> Am using 1st edition, here is link from Google books of this particular
> page:
http://books.google.com/books?id=WcC8aAhqxT4C&pg=PA357&lpg=PA357&dq=radix-4+FFT+with+frequency+domain+filtering&source=bl&ots=1nLxOWibIL&sigfN_3FiQzldkgPkAJQCr0AEQhA&hl=en&ei=YYH5TKuyIML78AbFq4ygCQ&sa=X&oi=book_result&ct=result&resnum=1&vedBcQ6AEwAA#v=onepage&q=radix-4%20FFT%20with%20frequency%20domain%20filtering&fse
>
> He mentions gel file in 3rd paragraph of 10.4
>
> On Fri, Dec 3, 2010 at 6:42 PM, Richard Williams wrote:
>
> > VR,
> >
> > I just read through the section 10.4 of the book.
> >
> > There was no mention, at all, of a GEL file.
> >
> > Where are you seeing a mention of a GEL file for the 10.4 project?
> >
> > R. Williams
> >
> >
> >
> > ---------- Original Message -----------
> > From: V R
> > To: c...
> > Sent: Fri, 3 Dec 2010 18:01:09 -0500
> > Subject: Re: [c6x] Re: Radix-4 FFT with frequency domain filtering on DSK
> > C6713
> >
> > > So I removed the debug.lkf file and rebuild the project to run without
> > > any errors.
> > >
> > > However, in the book it is mentioned .gel file is provided on CD for
> > project
> > > listed in 10.4 which i do not find
> > >
> > > On Fri, Dec 3, 2010 at 1:25 PM, Richard Williams > > >wrote:
> > >
> > > > vron,
> > > >
> > > > I have not seen the actual file, but; given the error message...
> > > >
> > > > This error almost always is cause by a recursion of 'include' files.
> > > >
> > > > Most likely the C6713.cmd file is including itself
> > > > -or-
> > > > C6713.cmd is including a file that is including itself or including the
> > > > C6713.cmd file.
> > > >
> > > > This is a .cmd file source code error.
> > > >
> > > > R. Williams
> > > >
> > > >
> > > >
> > > > ---------- Original Message -----------
> > > > From: v...@gmail.com
> > > > To: c...
> > > > Sent: Thu, 02 Dec 2010 18:20:45 -0500
> > > > Subject: [c6x] Re: Radix-4 FFT with frequency domain filtering on DSK
> > C6713
> > > >
> > > > > Here are build errors:
> > > > >
> > > > > >> C:\\C6713dsk.cmd: error:
> > > > > command file nesting limit exceeded with file 'C:\.\C6713dsk.cmd'
> > > > >
> > > > > >> C:\\Debug.lkf: error:
> > > > > command file nesting limit exceeded with file 'C:\..\Debug.lkf'
> > > > ------- End of Original Message -------
> > > >
> > > >
> > ------- End of Original Message -------
> >
> >
------- End of Original Message -------

_____________________________________
Reply by V R December 4, 20102010-12-04
Am using 1st edition, here is link from Google books of this particular
page:

http://books.google.com/books?id=WcC8aAhqxT4C&pg=PA357&lpg=PA357&dq=radix-4+FFT+with+frequency+domain+filtering&source=bl&ots=1nLxOWibIL&sigfN_3FiQzldkgPkAJQCr0AEQhA&hl=en&ei=YYH5TKuyIML78AbFq4ygCQ&sa=X&oi=book_result&ct=result&resnum=1&vedBcQ6AEwAA#v=onepage&q=radix-4%20FFT%20with%20frequency%20domain%20filtering&fse

He mentions gel file in 3rd paragraph of 10.4

On Fri, Dec 3, 2010 at 6:42 PM, Richard Williams wrote:

> VR,
>
> I just read through the section 10.4 of the book.
>
> There was no mention, at all, of a GEL file.
>
> Where are you seeing a mention of a GEL file for the 10.4 project?
>
> R. Williams
>
> ---------- Original Message -----------
> From: V R
> To: c...
> Sent: Fri, 3 Dec 2010 18:01:09 -0500
> Subject: Re: [c6x] Re: Radix-4 FFT with frequency domain filtering on DSK
> C6713
>
> > So I removed the debug.lkf file and rebuild the project to run without
> > any errors.
> >
> > However, in the book it is mentioned .gel file is provided on CD for
> project
> > listed in 10.4 which i do not find
> >
> > On Fri, Dec 3, 2010 at 1:25 PM, Richard Williams > >wrote:
> >
> > > vron,
> > >
> > > I have not seen the actual file, but; given the error message...
> > >
> > > This error almost always is cause by a recursion of 'include' files.
> > >
> > > Most likely the C6713.cmd file is including itself
> > > -or-
> > > C6713.cmd is including a file that is including itself or including the
> > > C6713.cmd file.
> > >
> > > This is a .cmd file source code error.
> > >
> > > R. Williams
> > >
> > >
> > >
> > > ---------- Original Message -----------
> > > From: v...@gmail.com
> > > To: c...
> > > Sent: Thu, 02 Dec 2010 18:20:45 -0500
> > > Subject: [c6x] Re: Radix-4 FFT with frequency domain filtering on DSK
> C6713
> > >
> > > > Here are build errors:
> > > >
> > > > >> C:\\C6713dsk.cmd: error:
> > > > command file nesting limit exceeded with file 'C:\.\C6713dsk.cmd'
> > > >
> > > > >> C:\\Debug.lkf: error:
> > > > command file nesting limit exceeded with file 'C:\..\Debug.lkf'
> > > ------- End of Original Message -------
> > >
> > >
> ------- End of Original Message -------
Reply by Jeff Brower December 3, 20102010-12-03
Victor-

Suggest to search your CCS folders for:

dsk6713.gel

this is the standard DSK 6713 board .gel file.

-Jeff

> I just read through the section 10.4 of the book.
>
> There was no mention, at all, of a GEL file.
>
> Where are you seeing a mention of a GEL file for the 10.4 project?
>
> R. Williams
>
> ---------- Original Message -----------
> From: V R
> To: c...
> Sent: Fri, 3 Dec 2010 18:01:09 -0500
> Subject: Re: [c6x] Re: Radix-4 FFT with frequency domain filtering on DSK C6713
>
>> So I removed the debug.lkf file and rebuild the project to run without
>> any errors.
>>
>> However, in the book it is mentioned .gel file is provided on CD for project
>> listed in 10.4 which i do not find
>>
>> On Fri, Dec 3, 2010 at 1:25 PM, Richard Williams wrote:
>>
>> > vron,
>> >
>> > I have not seen the actual file, but; given the error message...
>> >
>> > This error almost always is cause by a recursion of 'include' files.
>> >
>> > Most likely the C6713.cmd file is including itself
>> > -or-
>> > C6713.cmd is including a file that is including itself or including the
>> > C6713.cmd file.
>> >
>> > This is a .cmd file source code error.
>> >
>> > R. Williams
>> >
>> >
>> >
>> > ---------- Original Message -----------
>> > From: v...@gmail.com
>> > To: c...
>> > Sent: Thu, 02 Dec 2010 18:20:45 -0500
>> > Subject: [c6x] Re: Radix-4 FFT with frequency domain filtering on DSK C6713
>> >
>> > > Here are build errors:
>> > >
>> > > >> C:\\C6713dsk.cmd: error:
>> > > command file nesting limit exceeded with file 'C:\.\C6713dsk.cmd'
>> > >
>> > > >> C:\\Debug.lkf: error:
>> > > command file nesting limit exceeded with file 'C:\..\Debug.lkf'
>> > ------- End of Original Message -------
>> >
>> >
> ------- End of Original Message -------

_____________________________________
Reply by Richard Williams December 3, 20102010-12-03
VR,

I just read through the section 10.4 of the book.

There was no mention, at all, of a GEL file.

Where are you seeing a mention of a GEL file for the 10.4 project?

R. Williams

---------- Original Message -----------
From: V R
To: c...
Sent: Fri, 3 Dec 2010 18:01:09 -0500
Subject: Re: [c6x] Re: Radix-4 FFT with frequency domain filtering on DSK C6713

> So I removed the debug.lkf file and rebuild the project to run without
> any errors.
>
> However, in the book it is mentioned .gel file is provided on CD for project
> listed in 10.4 which i do not find
>
> On Fri, Dec 3, 2010 at 1:25 PM, Richard Williams wrote:
>
> > vron,
> >
> > I have not seen the actual file, but; given the error message...
> >
> > This error almost always is cause by a recursion of 'include' files.
> >
> > Most likely the C6713.cmd file is including itself
> > -or-
> > C6713.cmd is including a file that is including itself or including the
> > C6713.cmd file.
> >
> > This is a .cmd file source code error.
> >
> > R. Williams
> >
> >
> >
> > ---------- Original Message -----------
> > From: v...@gmail.com
> > To: c...
> > Sent: Thu, 02 Dec 2010 18:20:45 -0500
> > Subject: [c6x] Re: Radix-4 FFT with frequency domain filtering on DSK C6713
> >
> > > Here are build errors:
> > >
> > > >> C:\\C6713dsk.cmd: error:
> > > command file nesting limit exceeded with file 'C:\.\C6713dsk.cmd'
> > >
> > > >> C:\\Debug.lkf: error:
> > > command file nesting limit exceeded with file 'C:\..\Debug.lkf'
> > ------- End of Original Message -------
> >
> >
------- End of Original Message -------

_____________________________________
Reply by V R December 3, 20102010-12-03
So I removed the debug.lkf file and rebuild the project to run without any
errors.

However, in the book it is mentioned .gel file is provided on CD for project
listed in 10.4 which i do not find

On Fri, Dec 3, 2010 at 1:25 PM, Richard Williams wrote:

> vron,
>
> I have not seen the actual file, but; given the error message...
>
> This error almost always is cause by a recursion of 'include' files.
>
> Most likely the C6713.cmd file is including itself
> -or-
> C6713.cmd is including a file that is including itself or including the
> C6713.cmd file.
>
> This is a .cmd file source code error.
>
> R. Williams
>
> ---------- Original Message -----------
> From: v...@gmail.com
> To: c...
> Sent: Thu, 02 Dec 2010 18:20:45 -0500
> Subject: [c6x] Re: Radix-4 FFT with frequency domain filtering on DSK C6713
>
> > Here are build errors:
> >
> > >> C:\\C6713dsk.cmd: error:
> > command file nesting limit exceeded with file 'C:\.\C6713dsk.cmd'
> >
> > >> C:\\Debug.lkf: error:
> > command file nesting limit exceeded with file 'C:\..\Debug.lkf'
> ------- End of Original Message -------
Reply by Richard Williams December 3, 20102010-12-03
vron,

I have not seen the actual file, but; given the error message...

This error almost always is cause by a recursion of 'include' files.

Most likely the C6713.cmd file is including itself
-or-
C6713.cmd is including a file that is including itself or including the
C6713.cmd file.

This is a .cmd file source code error.

R. Williams

---------- Original Message -----------
From: v...@gmail.com
To: c...
Sent: Thu, 02 Dec 2010 18:20:45 -0500
Subject: [c6x] Re: Radix-4 FFT with frequency domain filtering on DSK C6713

> Here are build errors:
>
> >> C:\\C6713dsk.cmd: error:
> command file nesting limit exceeded with file 'C:\.\C6713dsk.cmd'
>
> >> C:\\Debug.lkf: error:
> command file nesting limit exceeded with file 'C:\..\Debug.lkf'
------- End of Original Message -------

_____________________________________
Reply by vron...@gmail.com December 3, 20102010-12-03
Here are build errors:

>> C:\\C6713dsk.cmd: error:
command file nesting limit exceeded with file 'C:\.\C6713dsk.cmd'

>> C:\\Debug.lkf: error:
command file nesting limit exceeded with file 'C:\..\Debug.lkf'

_____________________________________
Reply by Jeff Brower December 2, 20102010-12-02
Krishnan-

> i am working with dsk board, therefore examples to built further to be
> seen output.
> your suggessions more required

First, please post to the group, not to me.

Second, when you do post, please clarify your question. I don't know what you're asking.

-Jeff

> On 12/2/10, Jeff Brower wrote:
>> Victor-
>>
>>> I can post CCS errors tomorrow.I am using 3.3.1 CCS version.
>>>
>>> Also if I want to implement this model in simulink but I am not
>>> finding radix-4 fft block. What would be best way to
>>> implement this partiuclar project in simulink.
>>
>> To get correct results, there is no particular subset of FFT required --
>> they all work given the same input data and
>> parameters. To use one or the other (in this case radix-4), there must be a
>> application-specific reason, for example
>> type of DSP or hardware, format of input data, etc.
>>
>> My suggestion is to split your project into two phases:
>>
>> 1) First make sure the Simulink model works, with no DSK board used.
>>
>> 2) Then go block-by-block and enable DSK board functions.
>>
>> In this way, when you encounter CCS errors there will be less code involved
>> and it should be easier to debug. You
>> will build up momentum and the overall project will go more smoothly.
>>
>> -Jeff
>>
>>> --- On Tue, 11/30/10, Richard Williams wrote:
>>>
>>> From: Richard Williams
>>> Subject: Re: [c6x] Radix-4 FFT with frequency domain filtering on DSK
>>> C6713
>>> To: "v r" , c...
>>> Date: Tuesday, November 30, 2010, 12:52 PM
>>>
>>> V R,
>>>
>>> Your question:
>>> has anyone been able to run this project successfully?
>>>
>>> The answer is 'yes'.
>>>
>>> Perhaps it would help if you were to present the actual build errors.
>>> Then we could give suggestions on how to fix each build errors.
>>>
>>> A few important bits of information would also help:
>>> --which CCS version?
>>> --BIOS or not?
>>> --Your compile parameters?
>>> (I'm assuming, since you did not mention it, that the build never gets to
>>> the
>>> link stage due to compile errors on individual files.)
>>> --what are the actual error messages?
>>> (lets start with only the error messages for an individual file)
>>>
>>> R. Williams
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> ---------- Original Message -----------
>>> From: v r
>>> To: c...
>>> Sent: Mon, 29 Nov 2010 19:33:18 -0800 (PST)
>>> Subject: [c6x] Radix-4 FFT with frequency domain filtering on DSK C6713
>>>
>>>> Hello All,
>>>>
>>>> Am trying to implement this project which was mentioned in 10.4 from
>>>> Rulph Chassaing book.
>>>>
>>>> But so far am unsuccessful with bunch of build errors. Has anyone able
>>>> to run this program on board successfully?
>>>>
>>>> Thanks,
>>>> Victor
>>> ------- End of Original Message -------
>>
>

_____________________________________
Reply by Jeff Brower December 2, 20102010-12-02
Victor-

> I can post CCS errors tomorrow.I am using 3.3.1 CCS version.
>
> Also if I want to implement this model in simulink but I am not
> finding radix-4 fft block. What would be best way to
> implement this partiuclar project in simulink.

To get correct results, there is no particular subset of FFT required -- they all work given the same input data and
parameters. To use one or the other (in this case radix-4), there must be a application-specific reason, for example
type of DSP or hardware, format of input data, etc.

My suggestion is to split your project into two phases:

1) First make sure the Simulink model works, with no DSK board used.

2) Then go block-by-block and enable DSK board functions.

In this way, when you encounter CCS errors there will be less code involved and it should be easier to debug. You
will build up momentum and the overall project will go more smoothly.

-Jeff

> --- On Tue, 11/30/10, Richard Williams wrote:
>
> From: Richard Williams
> Subject: Re: [c6x] Radix-4 FFT with frequency domain filtering on DSK C6713
> To: "v r" , c...
> Date: Tuesday, November 30, 2010, 12:52 PM
>
> V R,
>
> Your question:
> has anyone been able to run this project successfully?
>
> The answer is 'yes'.
>
> Perhaps it would help if you were to present the actual build errors.
> Then we could give suggestions on how to fix each build errors.
>
> A few important bits of information would also help:
> --which CCS version?
> --BIOS or not?
> --Your compile parameters?
> (I'm assuming, since you did not mention it, that the build never gets to the
> link stage due to compile errors on individual files.)
> --what are the actual error messages?
> (lets start with only the error messages for an individual file)
>
> R. Williams
>
> ---------- Original Message -----------
> From: v r
> To: c...
> Sent: Mon, 29 Nov 2010 19:33:18 -0800 (PST)
> Subject: [c6x] Radix-4 FFT with frequency domain filtering on DSK C6713
>
>> Hello All,
>>
>> Am trying to implement this project which was mentioned in 10.4 from
>> Rulph Chassaing book.
>>
>> But so far am unsuccessful with bunch of build errors. Has anyone able
>> to run this program on board successfully?
>>
>> Thanks,
>> Victor
> ------- End of Original Message -------

_____________________________________
Reply by ttng...@rockwellcollins.com December 1, 20102010-12-01
I agree with Richard. We need to see the error first. I currently work
with 6416, and used to use 6713- NO problem at all for these two
TN

v r
Sent by: c...
11/30/2010 09:35 PM

To
c..., Richard Williams
cc

Subject
Re: [c6x] Radix-4 FFT with frequency domain filtering on DSK C6713

I can post CCS errors tomorrow.I am using 3.3.1 CCS version.

Also if I want to implement this model in simulink but I am not finding
radix-4 fft block. What would be best way to implement this partiuclar
project in simulink.

--- On Tue, 11/30/10, Richard Williams wrote:

From: Richard Williams
Subject: Re: [c6x] Radix-4 FFT with frequency domain filtering on DSK
C6713
To: "v r" , c...
Date: Tuesday, November 30, 2010, 12:52 PM

V R,

Your question:
has anyone been able to run this project successfully?

The answer is 'yes'.

Perhaps it would help if you were to present the actual build errors.
Then we could give suggestions on how to fix each build errors.

A few important bits of information would also help:
--which CCS version?
--BIOS or not?
--Your compile parameters?
(I'm assuming, since you did not mention it, that the build never gets to
the
link stage due to compile errors on individual files.)
--what are the actual error messages?
(lets start with only the error messages for an individual file)

R. Williams

---------- Original Message -----------
From: v r
To: c...
Sent: Mon, 29 Nov 2010 19:33:18 -0800 (PST)
Subject: [c6x] Radix-4 FFT with frequency domain filtering on DSK C6713

> Hello All,
>
> Am trying to implement this project which was mentioned in 10.4 from
> Rulph Chassaing book.
>
> But so far am unsuccessful with bunch of build errors. Has anyone able
> to run this program on board successfully?
>
> Thanks,
> Victor
------- End of Original Message -------