Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).
Post a new Thread
vijayece19 - Nov 12 2010
COMB FILTER:
PROGRAM CODE:
clear all;
close all;
a = [1 -1];
b = [1 0 0 0 0 0 0 0 0 0 0 -1];
b = b/11;
[H, W] = freqz(b,a);
figure;
freqzplot(H,W,'linear');
title ('... 
vijayece19 - Nov 12 2010
NOTCH FILTER
clear all;
close all;
a = [1 -1];
b = [1 0 0 0 0 0 0 0 0 0 0 -1];
b = b/11;
[H, W] = freqz(b,a);
figure;
freqzplot(H,W,'linear');
title ('Comb Filter M=10... 
Jeff Brower - Nov 11 2010
Andrew-
> I don't know about CCS 4, but CCS2.2 in my directory
> \ti2\tutorial\evm6201\hostio1
> has what looks like a RTDX interface for communicating with the host.
EV... 
iamrahulmaurya - Nov 10 2010
Hi,
I need to discuss regarding some conceptual verification of FFT implementation on TMS320C6474 by using dsplib_v210 library functions. I have run a test program shown bellow ... 
z138...@yahoo.com - Nov 10 2010
__________________________
> >
> > Hi Tatiano,
> I have the same problem withxds 510-usb2.0 Ti Dsp emulator that is a Chinese made.
> Whould you please help me if your pro... 
Mohamed El Rayany - Nov 9 2010
I want to know a solution for this problem.
Any advice?
"
i'm trying ot find the transform of signum(t) on matlab. I used this
code
syms t w
fourier(sign(t)) but i got an... 
z138...@yahoo.com - Nov 4 2010
Hi all,
>
> I have a XDS510-USB2.0 TI DSP Emulator like the iten number 270438990974 on www.ebay.com and a custom board with dsp C6726. The problem is that the emulator can'... 
spir...@yahoo.com - Nov 4 2010
Hello all,
I have a big problem when I am using TMS320C6713.
The data flow is that ADC collects signal and transfer into FPGA, using EDMA, DSP reads the data into ping & pong ... 
Aditi Akula - Nov 3 2010
Hi,
I have a PC that does not have an on-board parallel port.
I have installed a PCI parallel port card.
I am trying to detect JTAG on one of my module using SDConfig.
Wind... 
jame...@btinternet.com - Nov 2 2010
Hi olaf,
I have recently posted the same question. Did you ever find an offical answer to this?
If so, where you using the usb interface? Did you need several copies of CCS?
... 
previous |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
next