CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - h.3
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - h.3 - List
[
DSP program
]
concorr
DL : 0
计算如序列x[k]={1,2,3,4,5}与序列h[k]={2,-2,3,5}的卷积本程序是和互相关的C源程序。-if the calculation sequence x [k] = () 1,2,3,4,5 and sequence h [k] = (2, ,3, 5) of the deconvolution procedure is inter-related to the C source.
Date
: 2025-12-16
Size
: 75kb
User
:
宁
[
DSP program
]
codeupload
DL : 0
上传源码文件为配合SeedVPM642板视频开发,从合众达公司购买的最新的源码库 除源码外,均配有使用说明,我已经搜索过,贵站应该没有相同的代码 在源码最后,上载了H.264标准白皮书 编译环境为CCS index 1.边缘检测程序(new) 2.运动检测程序 3.PC_VPM642 双向通信例程(TCPIP) 4.SEEDVPM642_loop(同步) 5.SEEDVPM642_loop3G2_图象拼接 希望站长能够开通我的会员帐号,谢谢 如果有不符合规定的地方,还请站长联系我:) 支持pudn!-upload source documents to tie SeedVPM642 video board development, UCO from the company to buy the latest addition to the FOSS source code, incorporated in use, I have searched, Guizhan should not the same source code in the final, on the White Paper on the H.264 standard compiler environment for a CCS index. Edge Detection (new) 2 . Motion Detection procedures 3.PC_VPM642 bidirectional communication routines (Beginners) 4.SEEDVPM 642_loop (synchronous) 5.SEEDVPM642_loop3G2_ Image Stitching hope Station I long to open the Member Account, thank you if do not comply with the requirements of local, also requested the head of Contact : ) support pudn!
Date
: 2025-12-16
Size
: 2.54mb
User
:
黄珣
[
DSP program
]
dsp4
DL : 0
6-1.asm对应第6章DSP软件代码; 6-2.c对应第6章主机软件代码; 6-3.c对应第6章回音相消主程序代码; 6-4.c对应第6章回音相消汇编程序代码; echo.h对应第6章回音相消头文件代码; echocfg.h对应第6章回音相消头文件代码; 6-5.cmd对应第6章回音相消配置文件
Date
: 2025-12-16
Size
: 6kb
User
:
梁满美
[
DSP program
]
exp2
DL : 0
Real-Time Digital Signal Processing Implementations, Applications, and Experiments with the TMS320C55x John Wiley & Sons, Inc. 2001 By Sen M. Kuo and Bob H. Lee 2.8.1 Experiment 2A - Interfacing C with Assembly Code 2.8.2 Experiment 2B - Addressing Mode Experiments 2.8.3 Experiment 2C - Experiments using TMS320C55x Evaluation Module-Real-Time Digital Signal Processing Implementations, Applications, and Experiments with the TMS320C55x John Wiley & Sons, Inc. 2001 By Sen M. Kuo and Bob H. Lee 2.8.1 Experiment 2A- Interfacing C with Assembly Code 2.8.2 Experiment 2B- Addressing Mode Experiments 2.8.3 Experiment 2C- Experiments using TMS320C55x Evaluation Module
Date
: 2025-12-16
Size
: 3kb
User
:
sunyee
[
DSP program
]
exp4
DL : 0
Real-Time Digital Signal Processing Implementations, Applications, and Experiments with the TMS320C55x John Wiley & Sons, Inc. 2001 By Sen M. Kuo and Bob H. Lee 4.6.1 Experiment 4A - Twiddle Factor Generation 4.6.2 Experiment 4B - Complex Data Operation 4.6.3 IExperiment 4C - mplementation of DFT 4.6.4 Experiment 4D - Experiment Using Assembly Routines-Real-Time Digital Signal Processing Implementations, Applications, and Experiments with the TMS320C55x John Wiley & Sons, Inc. 2001 By Sen M. Kuo and Bob H. Lee 4.6.1 Experiment 4A- Twiddle Factor Generation 4.6.2 Experiment 4B- Complex Data Operation 4.6.3 IExperiment 4C- mplementation of DFT 4.6.4 Experiment 4D- Experiment Using Assembly Routines
Date
: 2025-12-16
Size
: 24kb
User
:
sunyee
[
DSP program
]
three_step_search
DL : 0
这是视频压缩方面三步搜索算法的汇编和c语言的混合编写,该算法用于MPEG4h和H.264中,开发环境为visualDSP++3.5 以上
Date
: 2025-12-16
Size
: 31kb
User
:
lianzhen
[
DSP program
]
2010-12.-3
DL : 0
dsp 2407 控制直流电机单极性可逆的h桥式电路,可实现pi控制,和电流环,速度环控制。-dsp
Date
: 2025-12-16
Size
: 3kb
User
:
龙
[
DSP program
]
lab501-FIR
DL : 0
fir滤波程序 #include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File //#include "f2812a.h" #include"math.h" #define FIRNUMBER 25 #define SIGNAL1F 1000 #define SIGNAL2F 4500 #define SAMPLEF 10000 #define PI 3.1415926 float InputWave() float FIR() float fHn[FIRNUMBER]={ 0.0,0.0,0.001,-0.002,-0.002,0.01,-0.009, -0.018,0.049,-0.02,0.11,0.28,0.64,0.28, -0.11,-0.02,0.049,-0.018,-0.009,0.01, -0.002,-0.002,0.001,0.0,0.0 } float fXn[FIRNUMBER]={ 0.0 } float fInput,fOutput float fSignal1,fSignal2 float fStepSignal1,fStepSignal2 float f2PI int i float fIn[256],fOut[256] int nIn,nOut -#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File //#include "f2812a.h" #include"math.h" #define FIRNUMBER 25 #define SIGNAL1F 1000 #define SIGNAL2F 4500 #define SAMPLEF 10000 #define PI 3.1415926 float InputWave() float FIR() float fHn[FIRNUMBER]={ 0.0,0.0,0.001,-0.002,-0.002,0.01,-0.009, -0.018,0.049,-0.02,0.11,0.28,0.64,0.28, -0.11,-0.02,0.049,-0.018,-0.009,0.01, -0.002,-0.002,0.001,0.0,0.0 } float fXn[FIRNUMBER]={ 0.0 } float fInput,fOutput float fSignal1,fSignal2 float fStepSignal1,fStepSignal2 float f2PI int i float fIn[256],fOut[256] int nIn,nOut
Date
: 2025-12-16
Size
: 92kb
User
:
海豚
[
DSP program
]
FFT
DL : 0
FFT的四种算法。 FFT_ABCD.Cpp - 源程序 FFT_ABCD.H - 头文件 FFT0A_T.Cpp - 源程序,检验基-2FFT算法的第1种形式 FFt0B_T.Cpp - 源程序,检验基-2 FFT算法的第2种形式 FFT0C_T.Cpp - 源程序,检验基-2 FFT算法的第3种形式 FFT0D_T.Cpp - 源程序,检验基-2 FFT算法的第4种形式 -four FFT arithmetic FFT_ABCD.Cpp -source program FFT_ABCD.H - header file FFT0A_T.Cpp - test program for A form FFT0B_T.Cpp - test program for B form FFT0C_T.Cpp - test program for C form FFT0D_T.Cpp - test program for D form
Date
: 2025-12-16
Size
: 7kb
User
:
川少叶
[
DSP program
]
PWM_MotoB
DL : 0
1.本示例将演示电机的闭环控制,即以单位时间内的码盘脉冲输出为反馈,以单位时间内 // 欲达到的脉冲数为输入,以变占空比的PWM波为输出。使用的算法为经典的PID控制算法 // 该算法具有实现方便,参数整定容易,控制鲁棒性好等优点。借助我们的串口虚拟示波 // 器软件,用户可以很方便地整定出一套满意的参数。 //2.PID算法要处理的数据不外乎输入与反馈的偏差(做比例运算),本次偏差与上一次偏差 // 的差(做微分运算,离散化以后就是差分运算),所有变差的累积(积分运算,离散化以后 // 就是累加运算)。所以我们将这个算法要处理的数据和三个参数:比例,微分,积分一起 // 封装成一个结构体,见PID_Control.h里面的PID结构体。要进行PID控制,还需要一个控 // 制周期,这个控制周期刚好就是测速周期(如果用到温度控制或电压控制中,就是采样周 // 期)。要进行PID控制,首先还要初始化3个PID参数,以及PID控制模式的选择:位置式控 // 制还是增量式控制。-DSP theory and motor control applications
Date
: 2025-12-16
Size
: 853kb
User
:
王帅
[
DSP program
]
ap3213512_3-phase_complementary_PWM
DL : 0
介绍如何硬件触发英飞凌TC系列的ADC,转换3项pwm。-This application note describes the configuration of a 3-phase complementary Pulse Width Modulation (PWM) . Typically, these PWM waveforms drive an H-bridge with high-side and low-side power transistors.
Date
: 2025-12-16
Size
: 903kb
User
:
周凯
[
DSP program
]
H.264-Example-with-Loopback-v3.3
DL : 0
花钱买的资料。以seed开发板为基础,DSP c6000系列H.264解编码,包括例子 以及库函数 优化代码是封装过的。-Spending money to buy the data.Based on the SEED development board for DSP c6000 Series H.264 decoding and encoding. Including examples and library functions to optimize the code the package off.
Date
: 2025-12-16
Size
: 1.94mb
User
:
郑重
[
DSP program
]
01.-H.264-Example-with-Loopback-v3.3
DL : 0
合众达开发版原程序,很有用的,只是一个,希望大家喜欢-Tatsu development version of the original program, very useful, is only one, I hope you like it
Date
: 2025-12-16
Size
: 1.01mb
User
:
一颗红星
[
DSP program
]
Ex_interrupt
DL : 0
TI DSP TMS320C6000的中断例程,包括寄存器定义的h文件,中断向量表和测试程序,在CCS3.3中测试过没有问题,非常适合初学者-TI DSP TMS320C6000 interrupt routines, including the registers definition in .h file, the interrupt vector table and test procedures, test CCS3.3 had no problem, very suitable for beginners
Date
: 2025-12-16
Size
: 51kb
User
:
duanning
[
DSP program
]
Timer
DL : 0
本程序示例如何使用C语言写TIMER。头文件 misc.h有3个有关时钟操作的函数:1. timer_on() 2. timer_off() 3. timer_set(unsigned int, unsigned int,int)(This program illustrates how to use the Timer in 'C'. The header file misc.h has the three functions related to Timer operations. They are 1. timer_on() 2. timer_off() 3. timer_set(unsigned int, unsigned int,int))
Date
: 2025-12-16
Size
: 3kb
User
:
王王王王
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.