Welcome![Sign In][Sign Up]
Location:
Search - dsp 128

Search list

[Otherp111111

Description: 产生一个函数的128个q15数据并把它写在一个x.h的文件里面供dsp读取用-have a function in 128 q15 data and write it on a paper inside the x.h for dsp Reading access
Platform: | Size: 930 | Author: 44 | Hits:

[DSP programc54xdspfft

Description: 该代码采用c5400dsp的汇编语言和c语言实现快速傅立叶变换,经过实际测试,效果很好,可以支持64、128、256点的fft-c5400dsp of assembly language and c Language Fast Fourier Transform, after the actual test, a good effect, and can support 64,128,256 point fft
Platform: | Size: 47104 | Author: 杨健 | Hits:

[Otherp111111

Description: 产生一个函数的128个q15数据并把它写在一个x.h的文件里面供dsp读取用-have a function in 128 q15 data and write it on a paper inside the x.h for dsp Reading access
Platform: | Size: 1024 | Author: 44 | Hits:

[Post-TeleCom sofeware systemsOFDMSIMULATE

Description: OFDM仿真 参数: % 子载波数 128 % 位数/ 符号 2 % 符号数/ 载波 1000 % 训练符号数 0 % 循环前缀长度 8 (1/16)*T % 调制方式 4-QAM % 多径信道数 3 % IFFT Size 128 % 信道最大时延 2 -OFDM simulation parameters : % subcarriers median number of 128%/2% Symbol Symbol/Carrier Training 1000% 0% Symbol few cyclic prefix length 8 (1/16)* T% modulation 4-QAM% multi-path channel number 3% 128% Size IFFT letter Maximum delay 2
Platform: | Size: 19456 | Author: 高源 | Hits:

[DSP programfft128c

Description: DSP2812下,C调汇编的128点FFT程序,算法为TI提供,定点,测量信号频率和幅度较好,速度比C快三倍左右.-DSP2812 under, C tune compiled 128 points FFT procedures, algorithms for TI to provide, point, measure the signal frequency and amplitude is better, faster than C for about three times faster.
Platform: | Size: 17408 | Author: sss | Hits:

[DSP programMWINDOW

Description: 计算七类窗函数并给出归一化对数幅频曲线 产生了一个实验数据test,该数据是128点复序列,用于功率谱估计-Calculation of seven types of window function and gives normalized logarithmic amplitude-frequency curves of experimental data resulted in a test, the data is 128-point complex sequence, for the power spectrum estimation
Platform: | Size: 1024 | Author: xiao | Hits:

[DSP programDSP5509-LCD

Description: 基于Ti的DSP,VC5509的LCM12864液晶驱动显示的C代码,在5509开发板上调试通过。-Ti based on the DSP, VC5509
Platform: | Size: 11264 | Author: amateur321 | Hits:

[DSP programLCD-TMS320F2812

Description: DSP2812驱动LCD 实验示例。LCD的点阵为128×64-LCD Driver DSP2812 experimental sample. The dot matrix LCD for the 128 × 64
Platform: | Size: 278528 | Author: 唐明 | Hits:

[DSP programEx18_LCD

Description: DSP2812实现12864LCD的驱动程序。12864自带字库。包括了对LCD的状态,命令,数据的读写函数。部分测试数据。-DSP2812 driver 12864LCD achieve. 12864 own font. Including the status of the LCD, order, data read and write function. Some of the test data.
Platform: | Size: 151552 | Author: yang | Hits:

[SCMygllcd

Description: 基于DSP的128*64带字库的LCD程序 控制芯片为ST7920-DSP LCD PROGRAM
Platform: | Size: 94208 | Author: linhui | Hits:

[DSP programThe12864-basedDSPF2812LCDcontrolc-source

Description: 基于DSP F2812的12864液晶控制的c源码,经过调试,性能稳定完全可用。开发环境是CCS3.0.-The 12864-based DSP F2812 LCD control, c source code, after debugging, performance, stability and fully available. Development environment is CCS3.0.
Platform: | Size: 10240 | Author: wangyuluyulu | Hits:

[DSP programDSP

Description: 通过TLC320AD50采集音频信号(f.max<10kHz),编写DSP的FFT处理程序(自定频谱分辨力),获得幅频特性之后,在点阵液晶(128*64)中大致显示出幅频图。并在液晶中用文字显示频率幅值前三的频率值。-By TLC320AD50 capture audio (f.max < 10kHz), the preparation of the FFT DSP processing (custom spectral resolution), obtained after the amplitude-frequency characteristics, in the dot-matrix LCD (128* 64) in general show that the amplitude frequency diagram. LCD used in the first three words show the frequency of the frequency amplitude value.
Platform: | Size: 287744 | Author: 莫思 | Hits:

[assembly languageTxNBModIQ

Description: 在sinx函数实现的时候,请注意以下几点: 假设输入数据x=tπ时 2. t的范围为(-1,...,1),即输入角度为(-π,…, π),对应在dsp中用(8000h,...,7FFFh)表示。根据sin函数的单调性,将(0——π/2)等分为128个间隔,计算出各个离散点的sin值存于表_SinTab,最后根据输入的t值查表找到最接近的值得到输出结果。 3. 判断sinx输出值的正负情况。t的范围为(-1,...,1),对应在dsp中用(8000h,...,7FFFh)表示,可见最高比特表示角度x大小为(-π,…,0)或者(0,…, π),因此可以由输入值的最高比特对第2步的数据进行处理:当最高比特为1,sinx=-sin (x̃ ),否则sinx=sin (x̃ )。 -When implemented in the sinx function, please note the following: Suppose the input data x = tπ Time 2. T the range of (-1 ,..., 1), which enter the angle (-π, ..., π), corresponds to the dsp using (8000h ,..., 7FFFh) said. According to the monotonicity of sin function will be (0- π/2) and so is divided into 128 intervals, calculated the value of each discrete point of sin exist in the table _SinTab, the final value of the input of t is worth look-up table to find the closest to the output. 3. Determine the output value of the positive and negative situations sinx. t in the range (-1 ,..., 1), corresponding to the dsp using (8000h ,..., 7FFFh) that can be seen that the maximum bit size of angle x (-π, ..., 0) or (0 , ..., π), so the maximum value can be entered on Step 2 bits of data for processing: When the highest bit is 1, sinx =- sin (x), or sinx = sin (x).
Platform: | Size: 2048 | Author: 雨儿 | Hits:

[DSP programDS12887

Description: DS12CR887实时时钟芯片功能丰富,其正常工作电压为3.3 V,工作电压范围为2.97 V~3.63 V,是应用在DSP硬件电路中的理想时钟芯片。DSl2CR887的具体的特性如下: (1) 具有10字节RAM用来存储时间信息。能够自动产生年、月、日、时、分、秒、星期等时间信息,并且有时、分、秒的闹铃功能,温度25℃时每个月的时间误差在±1分钟以内。 (2) 内部自带电池,外部掉电时,温度25℃时其内部时间信息能够保持5年之久。 (3) 对于一天内的时间记录,有12小时制和24小时制两种模式。在12小时制模式中,用AM和PM区分上午和下午。 (4) 时间有二进制数和BCD码两种表示方法。 (5) 内置128字节RAM,其中10字节RAM用来存储时间信息,4字节RAM用来存储控制信息,称为控制寄存器,114字节的通用RAM可供用户使用。 (6) 用户还可对DS12C887进行编程 -DS12CR887 real-time clock chips, and the normal function of rich working voltage is 3.3 V, working voltage range as 2.97 V- a 3.63 V, is used in digital signal processor (DSP) hardware circuit of the ideal clock chip. The specific characteristics of DSl2CR887 are as follows: (1) is used to store the RAM 10 bytes. Automatically generate year, month, day, week, minutes and seconds, such time information, and sometimes, minutes and seconds of alarm functions, while 25 degrees Celsius temperature per month during the time error within ± 1 minute. (2) internal cabin batteries, external power, the internal temperature of 25 degrees Celsius can keep time information for 5 years. (3) for the time of day, 12 hours and 24 hours of two kinds of patterns. In 12 hours system model, AM and PM distinction in the morning and afternoon. (4) time is binary number and BCD two methods. Built-in 128 bytes (5), including 10 bytes RAM is used to store information, RAM four bytes RAM time is us
Platform: | Size: 72704 | Author: ChenSheng | Hits:

[DSP program240128

Description: 本案例实现DSP2812的LCD控制,芯片为T6963C,像素为240*128-DSP2812 this case to achieve the LCD control chip for the T6963C, 240* 128 pixels
Platform: | Size: 132096 | Author: 孙凌财 | Hits:

[DSP programFIR

Description: DSP 程序中FIR滤波器的实现,阶数位64,采样点数为128-FIR filter in the DSP program implementation, the order of 64-bit, 128 sampling points
Platform: | Size: 1024 | Author: | Hits:

[Software Engineering128-Point-fft-ok

Description: 这是一个外文文档,在fft的设计方面有较大的改进,可以当作大家的参考-This is a file writed by english,which has been optimized in fft.It is a good choice for the ones who are working on dsp and fpga.
Platform: | Size: 299008 | Author: gaod | Hits:

[DSP programembedsystem-dsp

Description: Proteus仿真平台上将uC-OS II系统移植到ARM7芯片上。包含工程和实验报告文档!!! 选用LPC2131 ARM7芯片,选用PG160128A作为液晶显示器,其分辨率为160*128,在成功实现移植uC-OS II的基础上,经不断调试,最终系统可以实现两个任务: (1)在PG160128A液晶上显示一张人头像; (2)LED灯每隔1s亮一下。 -UC-OS II system, the Proteus simulation platform will be ported to ARM7 chip. Contains engineering lab report documents! ! ! Chosen the LPC2131 ARM7 chip choice PG160128A as LCD monitor with a resolution of 160* 128, based on the successful transplantation uC-OS II, continue debugging, the final system can achieve two tasks: (1) on in PG160128A liquid crystal display a human head (2) LED lights every 1s bright.
Platform: | Size: 547840 | Author: 杨峥 | Hits:

[DSP programTest_128pointFFT(C-language)

Description: DSP中128位FFT算法,在blackfin518中调试通过。-The DSP 128 FFT algorithm, blackfin 518 through debugging.
Platform: | Size: 14336 | Author: | Hits:

[DSP programZbar2

Description: 将zbar移植到dsp上,运行环境为ccs6(Zbar supports many popular symbologies (types of bar codes) including EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.)
Platform: | Size: 750592 | Author: rezin | Hits:
« 12 »

CodeBus www.codebus.net