搜索资源列表
DSPcorrelation
- 相关算法的应用很广,例如噪声中信号的检测,一个信号经过一段延迟后自身的相似性,信号中隐含周期性的检测,信号相关性的检验,信号时延长度的测量,滤除确定性信号中的随机干扰信号等等。相关函数还是描述随机信号的重要统计量。 利用CCS5000的集成开发平台,通过C语言对一正弦信号和一余弦信号进行了相关算法设计、编程和分析,然后将其置于CCS集成开发环境下,编译、调试、运行.-correlation algorithm used widely, such as noise signal detecti
programmer1
- 在MCS51上实现计算器的功能模块 (完成加减乘除正余弦开方正余切E的幂和对数等的运算,使用了Cx51标准库函数中math.h)
COSE
- 利用DSP TMS2812产生常用的余弦函数信号,帮助你减少开发时间,已经调试通过,可验证DSP是否可用
Cordic_SinCos_Verilog
- 用Verilog语言写的Cordic来计算,正、余弦函数,包括仿真激励和仿真截图。-use Cordic to compute sine and cosine function
C28x_FPU_FastRTS_v10
- f2833x系列浮点运算函数支持库,如正余弦函数等 -F2833x series of floating-point operations function to support the library, such as the cosine function is such
snowolfmath
- 一个简单的利用查表法的反正切和正、余弦函数,在处理速度不快的单片机编程中,这是一个使用的方法。-The use of a simple arctangent look-up table method and positive, cosine function, the processing speed of microcontroller programming unpleasant, this is a method used.
0
- 正余弦函数发生器设计是需要的地址对应值,希望对你有帮助-Cosine function generator is designed to address needs of the corresponding value, want to help you
aug2[1]
- 基于CORDIC算法的32位浮点三角超越函数之正余弦函数的FPGA实现-CORDIC FPGA CORDIC FPGA
sin
- 用vhdl语言编写的余弦函数,-Vhdl language with the cosine function. . . . . . . .
ARM
- 升余弦函数对OFDM信号功率谱密度的影响-Raised cosine function OFDM signal power spectral density
CORDIC_SinCos_VHDL
- 用 VHDL 语言写的 Cordic模块,来计算正、余弦函数,包括仿真激励和仿真截图。-use Cordic to compute sine and cosine fuction in VHDL
lab16-FIR
- 里面包含FIR的源程序,在DSP中可以运行,我自己测试过,主要是两个函数,一个是正弦一个是余弦函数,高频是余弦,低频是正弦。滤波后只剩下正弦了。-Which contains the source of the FIR, the DSP can run, I tested mainly two functions, a sinusoidal one Cosine function, high-frequency cosine, low-frequency sine. Filtering on
easy_cal
- diy 51单片机制作的计算器 可以计算正弦余弦函数,对数及开方,还能解一元跟二元方程,用了math.h库。-51 single-chip production calculator can calculate the sine and cosine functions, logarithmic and square root, but also solutions to the the yuan with binary equation with math.h library.
ArcSin-ArcCos
- 反三角正弦,余弦函数实现 非库函数 非泰勒展开式 只能用于小角度 误差较小,最大约为0.3 -Inverse trigonometric sine function to achieve non-library functions non-Taylor expansion
fft0
- 用fft算法求信号函数的相位或相位差,发现一些规律,对正弦、余弦函数而言,所得结果,有差异- a simulationg of using fft algorithm measuring phase and some problems
56800Ex_GFLIB
- 适用于Freescale 56F800E(X)系列芯片, 含正余弦函数,正余切函数以及相应反函数,开方函数,PI函数等等。-This reference manual describes the General Functions Library (GFLIB) for the Freescale 56F800E(X) family of Digital Signal Controllers. This library contains optimized functions.
DDSIP
- 该程序实现了正弦函数与余弦函数数据的产生,可作为其他模块的输入信号(可以直接调用)-The program implements a sinusoidal function and cosine function data can be used as an input signal to other modules (direct call)
cordic
- 生成正余弦函数,根据cordic算法可以生成sin和cos(Generating sin or cos function)
cordic02
- 利用CORDIC旋转因子的办法实现FPGA的各种必须函数,这里只要实现正余弦函数(The use of CORDIC rotation factor method to achieve the various functions of FPGA, here as long as the realization of sine and cosine function)
sincos
- 实现正余弦函数Verilog语言的生成...............(sine wave generator by using verilog)