DSPRelated.com

10th order butterworth filter ADSP-TS101

Started by hout...@hotmail.com in Analog Devices DSPs18 years ago 2 replies

hi guys I'm using a ADSP-TS101 and need to implement a 10th order butterworth. I plan on using the irr function in the filter.h header file....

hi guys I'm using a ADSP-TS101 and need to implement a 10th order butterworth. I plan on using the irr function in the filter.h header file. For this function i need to know how many biquads stages there are...i assume 5? this is from the run time library description: The characteristics of the filter are dependent upon the filter coefficients and the number of stages. Each stage has five ...


Compiling C++ code with the ADSP Compiler

Started by bunty_eden in Analog Devices DSPs18 years ago

Hi All, I am trying to compile a basic C++ Hello World type of code using the ADSP compiler and I keep getting the following error. The error...

Hi All, I am trying to compile a basic C++ Hello World type of code using the ADSP compiler and I keep getting the following error. The error is produced at the very first line of the code "using namespace std;" (code is without the quotes) cc0725: error: name must be a namespace name Any ideas? Any help in this regards will be highly appreciated. Thanks. Rgds, SA


ADSP-21364 talk-through code examples

Started by alex...@scopein.ch in Analog Devices DSPs18 years ago 1 reply

Hello! Have you already tried the talk-through code examples provided by VisualDSP++ 4.0 for the ADSP-21364 EZKIT-Lite (...\Analog...

Hello! Have you already tried the talk-through code examples provided by VisualDSP++ 4.0 for the ADSP-21364 EZKIT-Lite (...\Analog Devices\VisualDSP 4.0\213xx\EZ-KITs\ADSP-21364\Examples\ASM\Talkthru...)? By adding a simple loop in the main audio routine, the program bugs for a counter larger than 3500. This means that for a 48kHz application, the maximum delay is about 73ms !!! For insta...


Hello

Started by "n.reddyp" in Analog Devices DSPs18 years ago 2 replies

Hello friends, Iam planning to use adsp-21062 for my project. so what kind of tools available for this processor. is there any freely available...

Hello friends, Iam planning to use adsp-21062 for my project. so what kind of tools available for this processor. is there any freely available tools are there for this processor. please help me any one. thanking you Reddy p.


stl library for adsp 531,534

Started by Naveen koul in Analog Devices DSPs18 years ago 1 reply

hi, is there stl support for adsp 531 and 534. can we use templates in VDSP++. regards ...

hi, is there stl support for adsp 531 and 534. can we use templates in VDSP++. regards naveen --------------------------------- How low will we go? Check out Yahoo! Messenger?s low PC-to-Phone call rates.


Audio attenuation when you run thru EZ-KIT BF533 Board

Started by "Sundar S." in Analog Devices DSPs18 years ago 1 reply

Hi, When I run a example of audio codec talk through example which is found in the installation directory using BF-533 EZKIT Board ,the output...

Hi, When I run a example of audio codec talk through example which is found in the installation directory using BF-533 EZKIT Board ,the output is attenuated when complared with direct play play from the audio output from the CPU unit(stereo output) Note:example found in this path in blackfin installation folder --> C:\Program Files\Analog Devices\VisualDSP 4.0\Blackfin\EZ-KITs\ADSP-BF53


port description

Started by sant...@isac.gov.in in Analog Devices DSPs18 years ago

Hi, I bit confused with the /port directive in architectural file (*.ach) ADSP-21020/60 sharc processor. I am using the following lines ...

Hi, I bit confused with the /port directive in architectural file (*.ach) ADSP-21020/60 sharc processor. I am using the following lines in *.ach file .segment /port /begin=0x00208000 /end=0x00208000 /dm ADCPort /width 16; .segment /port /begin=0x00208600 /end=0x00208600 /dm ADCMuxPort /width 16; When i am simulating the code, i am geting the following error " Port does not ...


Audio getting attenuated running the EZ-Kit BF533 board

Started by "Sundar S." in Analog Devices DSPs18 years ago

Hi all, I am facing a problem running example code provided in installation directory C:\Program Files\Analog...

Hi all, I am facing a problem running example code provided in installation directory C:\Program Files\Analog Devices\VisualDSP 4.0\Blackfin\EZ-KITs\ADSP-BF533\Examples\Audio codec talkthrough Using EZ-Kit BF533 PROCESSOR. When I feed the input thru adc and listen the output to dac out from the board , The input is getting attenuated in direct play back board when compared with the...


Hi

Started by niranjan podduturi in Analog Devices DSPs18 years ago 1 reply

Hi friends can any one send me documents related to boot sequence of adsp-21062 processor. Thanking you ...

Hi friends can any one send me documents related to boot sequence of adsp-21062 processor. Thanking you Reddy. --------------------------------- How low will we go? Check out Yahoo! Messenger?s low PC-to-Phone call rates.


need USB to serial adapter with old Momentum ADSP-218x EZ-ICE

Started by Dan Ash in Analog Devices DSPs18 years ago

Can someone recommend a USB to serial adapter that they know works with the Momentum ADSP-218x EZ-ICE or other more complex serial interface...

Can someone recommend a USB to serial adapter that they know works with the Momentum ADSP-218x EZ-ICE or other more complex serial interface tools. thanks, Dan


sampling rate on ADSP-21364

Started by alex...@scopein.ch in Analog Devices DSPs18 years ago 1 reply

Hello, I've implemented filtering on the ADSP-21364 with a sampling rate of 48kHz. I use both analog and SPDIF interfaces. And in each...

Hello, I've implemented filtering on the ADSP-21364 with a sampling rate of 48kHz. I use both analog and SPDIF interfaces. And in each case, if I enter, for example, coefficients of a low-pass filter with a cutoff frequency of 500Hz, the signal is filtered by a low-pass filter with a cutoff frequency of 1000Hz. So everything seems to be as the processor would read and write samples at ...


mips

Started by midhun chandra in Analog Devices DSPs18 years ago 1 reply

hi all, I have a question to all. i have L2 (wimax) code running on arm9.now we changed the platform to BF56X BLACKFIN .can we tell which one...

hi all, I have a question to all. i have L2 (wimax) code running on arm9.now we changed the platform to BF56X BLACKFIN .can we tell which one is efficient with respect to MIPS(i mean rough calculation)before porting to ADSP and checking it??


logging function TS101

Started by hout...@hotmail.com in Analog Devices DSPs18 years ago

hey guys I'm using an ADSP-TS101 and I need to be able to log the time and date of an event and output this onto a file in ASCII to pass to the...

hey guys I'm using an ADSP-TS101 and I need to be able to log the time and date of an event and output this onto a file in ASCII to pass to the PC. Any suggestions? Any example code i can find to keep track of time and date on a TigerSharc? thanks kien


code size??

Started by midhun chandra in Analog Devices DSPs18 years ago

Hi all, I compared size of code generated by ccs (for arm9) and adsp(BF561) .code size for adsp is 3 times than arm.For this a i have written a...

Hi all, I compared size of code generated by ccs (for arm9) and adsp(BF561) .code size for adsp is 3 times than arm.For this a i have written a test function and i compiled it in both platform.What will be the reason for this.Please help me..


Number of threads

Started by gouse_ms in Analog Devices DSPs18 years ago

Hi All, 1. Can anybody let me know about maximum number of threads can be created ? 2. Is there any limitation ? For your...

Hi All, 1. Can anybody let me know about maximum number of threads can be created ? 2. Is there any limitation ? For your info: 1. I am refering Visual DSP++ 4.5 version 2. I am working Processor ADSP-BF533. Thanks in advance Regards Gouse


ADSP-219x verify flash problem.

Started by jane...@gmail.com in Analog Devices DSPs17 years ago

When I try to verify 16-bit flash with ldr file I get a message: "Value 0x0000 at offset 0x00000000 in flash does not match the value...

When I try to verify 16-bit flash with ldr file I get a message: "Value 0x0000 at offset 0x00000000 in flash does not match the value 0x00000000 in the file selected."


ADSP 2181- I want to assign float data array to int array as a fraction data

Started by naresh patel in Analog Devices DSPs17 years ago 1 reply

Hello Dear all, I calculate co-efficeint for low pass filter in c. co-efficient array difine as float. then dump in data file as ...

Hello Dear all, I calculate co-efficeint for low pass filter in c. co-efficient array difine as float. then dump in data file as fraction in VDSP++3.5 but now i want to use this file in my programe. can i assign this float data file to an array which contain fraction value. int h1[M]={ #include "fr-1-21.dat" };"fr-1-21.dat" contain data of fraction value. ...


ADSP-21020 using Visual DSP ++

Started by sant...@isac.gov.in in Analog Devices DSPs17 years ago 1 reply

Dear all, I would like to know if the latest version of the Visula DSP is supporting the software development for the ADSP-21020...

Dear all, I would like to know if the latest version of the Visula DSP is supporting the software development for the ADSP-21020 processor. I am using the EZLITE development environment and would like to migrate to the new environment for the same target .. I need your sugesstios and feedback.. regards, Santanu


Floating point number representation

Started by sant...@isac.gov.in in Analog Devices DSPs17 years ago 1 reply

Hi I would like to know how a floating point number is represented in DM if the width of the DM is configured for 16 bits and PM as 48...

Hi I would like to know how a floating point number is represented in DM if the width of the DM is configured for 16 bits and PM as 48 bits. I am using the EZLITE version for ADSP-21020/60 that is showing all floating point numbers as 32 bit. I am expecting the floating point numbers should use two consecutive addresses when the DM is configured as 16 bit. Any idea how it is r...


Converting Matlab m code to c code for Blackfin DSPs

Started by Chamira Perera in Analog Devices DSPs17 years ago 1 reply

Hello: I'm a student at a university who is working on a project that involves implementing algorithms for stereo vision. The...

Hello: I'm a student at a university who is working on a project that involves implementing algorithms for stereo vision. The initial development will be done using Matlab and eventually the Matlab m code will be converted to C in order to run the algorithms on a ADSP Blackfin 561. Therefore I was wondering are there any tools that will generate C code from Matlab m code for the Blackfin D...