搜索资源列表
X1205
- X1205 是一个带有时钟 振荡器用一个外部的 这样除去了外部的离散元件和一个调整电容 实时时钟用分别的时 存器日历可正确通过2099 年 强大的双报警功能 每个星期二或三月21日上午5:23均可 件的中断IRQ 管脚 该器件提供一个备份电源输入脚V 整个X1205器件的工作电压范围为2.7 V至5.5V 电 到1.8V(待机模式) 引脚排列图 串行时钟(SCL) SCL输入端被用来作为数据输入和输出的时钟同步信号 激活的-X1205
xbfx
- 本章重点: 1.离散信号的概念 2.离散信号的运算 3.离散系统的概念 4.离散周期信号的傅立叶级数(DFS) 5.离散非周期信号的傅立叶变换(频谱密度函数DTFT) 6.简单的滤波器(简介) -This chapter focuses: 1. The concept of discrete signal 2. Discrete signal computing 3. The concept of discrete-time systems 4. Discrete F
TxNBModIQ
- 在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)表示,可见最高
neicha
- 应用时域内插公式模拟用理想低通滤波器由离散序列恢复模拟信号的编程-Application time domain interpolation formula simulation with ideal low-pass filter by discrete sequence recovery analog signal programming
x2xd
- 离散时间数据,采用五点样条插值,高精度时域求导。-Discrete-time data , using a five-point spline interpolation , derivation time domain accuracy.
xd2x
- 离散时域信号,采用辛普森算法时域高精度积分,例如速度信号转化为速度信号。-Discrete time-domain signal , using the Simpson integration precision time-domain algorithms , such as the speed signal into a speed signal .
z_Trans
- z变换可以实现传递函数到差分方程到离散时间边梁的计算-Z transformation can be achieved transfer function to the difference equation to the discrete time edge beam calculation 提出修改建议
STC_FFT
- 快速傅里叶变换法(FFT)是离散傅立叶变换的一种快速计算方法,它能使N点DFT的乘法计算量由N2 次降为 次。下图是采样点数为8点FFT时间抽取算法信号流图,本程序也是以这种形式设计的。-Fast Fourier Transform (FFT) is a fast computational method for discrete Fourier transforms that can reduce the multiplication of N-point DFT by N2 times. T