利用EZ-USB接口芯片AN2131Q實現了基于TMS320C5409的水聲信號采集及混沌特性研究系統中的高速數據通信,提出了一種采用FIFO緩存芯片實現AN2131Q與TMS320C5409的連接方法,深入研究了EZ-USB序列接口芯片的固件、設備驅動和用戶程序開發過程。關鍵詞:AN2131Q; TMS320C5409; IDT72V02;數據通信ABSTRACT: Using AN2131Q as the control chip, the communication between DSP and PC in the underwater acoustic signal acquisition and chaotic characteristics study system is realized. The method is proposed that using FIFO to realize the connectivity between AN2131Q and TMS320C5409. The development of programming Firmware、device driver and user application are thoroughly researched.Key words: AN2131Q; TMS320C5409; IDT72V02; data communication
A document about audio,include Mp3 , Mp3Pro, AAC , AAC+ , EAAC+ , AMR , AMR-WB ,AMR-WB+ .It list detail information about this audio type.It is a guide to study these audio in advance
Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Applied Computer Science so it s intended mainly for students who want to know about some advanced programming techniques in C. The Code was compiled with MSVC++ 6.0 but it should compile with any ANSI-compliant compiler.
Finds the polynomial p10 of degree less than or equal to 10 that interpolates
cos x on the interval [0, PI/2] at 11 equally spaced points. study the error betwee
between the function and the polynomial at 41 equally spaced points over the
same interval. Repeat the latter but use your 11 points to be Chebyshevs.