Search the web
Sign In
New User? Sign Up
trimedia · TriMedia User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 11040 - 11069 of 11824   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11040
The agenda for the TriMedia User Group meeting in April is being filled in. Some recent highlights in the 'Roadmap' sessions: details of evolution of the...
Chris Bore
chris_bore
Offline Send Email
Mar 1, 2007
1:13 pm
11041
Hi, anybody ever managed to build ffmpeg for the PNX1302? Any thoughts about that? Thanks, Mark...
mark
haaschreck
Offline Send Email
Mar 4, 2007
6:26 pm
11042
Dear : I have a FFT testing program run in LCP-1500, which yields 100 FFTs in 12 seconds. Sample size in each FFT is 2048. Yes, this FFT is not fine- coded for...
eric_jswang
Offline Send Email
Mar 8, 2007
8:41 am
11043
Sounds too slow. I think Trimedia should be able to do 100s of FFTs in a second if not 1000s. For relatively accurate figure you can compute the number of...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Mar 8, 2007
10:14 am
11044
By this calculation, obviously my FFT testing program requires great improving. Is there existing FFT sample/utility source code for TriMedia to have better...
eric_jswang
Offline Send Email
Mar 8, 2007
12:30 pm
11045
I tried a 2048 point FFT using a textbook FFT implementation (from Paul Embree's book 'C language programming for DSP'. Compiled for a tm3260 this ran in 277 k...
Chris Bore
chris_bore
Offline Send Email
Mar 8, 2007
12:47 pm
11046
Dear Eric, Unfortunately, I don't think there is one freely available for Trimedia. However, there is sufficient literature available to learn to carry out the...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Mar 8, 2007
12:53 pm
11047
... in ... fine- ... info ... Hi, There is a free FFT library called FFTW that is able to generate C sources for FFT algorithms. Information can be found on...
robbertschuitema
robbertschui...
Offline Send Email
Mar 8, 2007
1:17 pm
11048
A point to ponder for Trimedia Community -- everybody is re-inventing the wheel. You can easily obtain such algos for PC, Texas Instuments, ... but not for...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Mar 8, 2007
1:25 pm
11049
There is also a simple FFT implementation in C at http://cag.csail.mit.edu/streamit/apps/benchmarks/fft/c/fft2/fft.c Complete application in simple C that will...
Mumtaz Ahmad
me_mahmad
Offline Send Email
Mar 8, 2007
1:29 pm
11050
If you ask on TCSHelp, I can give you the link to a package of optimized FFT's. If some of you experts are willing to review it, maybe we can declare it ready...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Mar 8, 2007
2:51 pm
11051
I would have loved to review it, if I was working on FFTs these days; or I had more hours in a day ;-) Somebody has to post something to the public under the...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Mar 9, 2007
6:33 am
11052
Hi Ahmad, I understand your frustrations. I would like to clarify a few things: TI is ahead in many respects compared to PNX1500 and PNX1700. BUT: A 1GHz C64...
Torsten Fink
tm_tfink
Offline Send Email
Mar 10, 2007
5:12 am
11053
Hello all, I got the material from Chuck and Tom and will now do some own investigations. Results will be shown in a presentation "FFT on TriMedia" at the...
Bauernoeppel, Frank
frank_bauern...
Offline Send Email
Mar 11, 2007
7:31 pm
11054
Here are some info I got again on LCP-1500 by the efforts of Dr. Cho. It's interesting. 1. The performance I got with my FFT program (not TriMedia-tuned), was ...
eric_jswang
Offline Send Email
Mar 12, 2007
4:33 am
11055
Dear Torsten, Lets talk video, have a look at the benchmarks (these contain audio/video benchmarks, ALONG WITH THE SAMPLE CODE WHICH ACHIEVES THIS): ...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Mar 12, 2007
7:58 am
11056
I'd like to evaluate quantitatively the efficiencies resulting from the TSSA1 software component architecture. One goal of the component architecture is to...
Chris Bore
chris_bore
Offline Send Email
Mar 13, 2007
8:48 am
11057
I am having a serious problem with calling tmmlMallocAlign after having generated an out of memory failure once. Regardless of the amount of free memory and...
davidnduffy
Offline Send Email
Mar 13, 2007
9:26 pm
11058
I have discovered a couple extra points to add to the problem description: 1) the printf hack only works in a trace build, it does not work in retail. 2) the...
davidnduffy
Offline Send Email
Mar 14, 2007
12:17 am
11059
dear all: I use tmfat32 , there is not any probems when write files solely, there is not any probems when read files solely. when i use two tasks, the one...
feelman_1500
Offline Send Email
Mar 14, 2007
4:54 am
11060
Hello,all I'm now writing a WLAN NIC(PCI) driver under TM1300+pSOS, the NIC's chipset is AR5212, which belongs to Atheros company. Generally, there are two...
alzner_2000
Offline Send Email
Mar 14, 2007
11:52 am
11061
Can't be sure, but this sounds like another problem that came up recently. You can request the patch on TCSHelp... Chuck Peplinski TriMedia Tech Support for...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Mar 14, 2007
1:17 pm
11062
Are you using a TSSA component to do the file read and write? If so, is it Fread and Fwrite? Chris ... tasks, ... file;...
Chris Bore
chris_bore
Offline Send Email
Mar 14, 2007
3:11 pm
11063
Do you have the old DVE-2 development system from MDS? The software comes with it has some useful examples. Best Regards, Alfred Lee ... From: "alzner_2000"...
Alfred Lee
alfred17330
Offline Send Email
Mar 14, 2007
4:03 pm
11064
tmFat32 has no notion of file (process, task) ownership so if one tasks writes to a file and another reads from the same file at the same time this (probably)...
Frank Drobot
thedrobots
Offline Send Email
Mar 14, 2007
5:26 pm
11065
thank you i use "fread" read files , i use "fwrite" write files, i write and read the different files, i test that there is no any problem writing and reading...
feelman_1500
Offline Send Email
Mar 15, 2007
7:17 am
11066
sorry ,i forget that the reading task state is reading after several minutes,and the task does not run....
feelman_1500
Offline Send Email
Mar 15, 2007
7:23 am
11067
Sorry, I don't have any examples except some documents, could you give me some examples, or tell me how to implement memory-map in pSOS to access external...
alzner_2000
Offline Send Email
Mar 15, 2007
11:43 am
11068
Sorry, but I don't understand your scenario. Can you provide pseudo-code to describe what you're doing? E.g., task 1 start, and the does what, task 2 starts...
Frank Drobot
thedrobots
Offline Send Email
Mar 15, 2007
3:30 pm
11069
I found a file by this name: TMApps\INCLUDE\TM1\tmPCI.h See if you can find it in your installation. Or else I'll have to dig up my old archive. That may...
Alfred Lee
alfred17330
Offline Send Email
Mar 15, 2007
4:06 pm
Messages 11040 - 11069 of 11824   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help