资源列表
离散系统分析
- 已知一个LTI系统的差分方程为: y[n]-1.143*y[n-1]+0.4128*y[n-2]=0.0675*x[n]+0.1349*x[n-1]+0.0675*x[n-2] 初始条件y(-1)=1,y(-2)=2,输入x(n)=u(n),计算系统的零输入响应 -known LTI system of a differential equation : y [n] -1.143 * y [n-1] 0.4128 * y [n-2] x = 0.0675 * 0.1349 [n]
IIR滤波器设计
- 现有一个信号:x(n)=1+cos(π*n/4)+ cos(2*π*n/3)设计及各种数字滤波器以达下列目的: 低通滤波器,滤除cos(2*π*n/3) 的成分,即想保留的成分为1+cos(π*n/4) 高通滤波器,滤除1+cos(π*n/4) 的成分,即想保留的成分为cos(2*π*n/3) 带通滤波器,滤除1+cos(2*π*n/3) 的成分,即想保留的成分为cos(π*n/4) 带阻滤波器,滤除cos(π*n/4) 的成分,即想保留的成分为1+cos(2*π*n/3)
DFT分析模拟信号频谱
- 应用傅里叶变换DFT,分析各种离散信号x(k)的频谱。离散周期信号可以展开成傅里叶级数,所以离散周期信号的频谱 是一个周期的周期性离散频谱,各谱线之间的间隔为 ,而且存在着谐波的关系。 -DFT application of the Fourier transform, analyze discrete signal x (k) of the spectrum. Discrete signal cycle can begin as Fourier series, the discrete sig
DFT分析
- 应用离散傅里叶变换DFT,通过MATLAB实现对连续信号频谱分析,以满足理论分析和工程实际的需要。 -application DFT Discrete Fourier Transform, right through MATLAB continuous signal spectrum analysis, in order to meet the theoretical analysis and practical needs.
FFT_C++
- 用C++实现的快速傅立叶变换(FFT)的结构算法,其功用就不用细说了吧-C realized Fast Fourier Transform (FFT) algorithm structure, its purpose would not have to elaborate on it
MCORRE
- 用FFT实现相关函数快速估计,相比一般的直接按定义计算其算法结构要简单得多,而且效率较高-using FFT function rapid estimates, compared to the direct general terms by its algorithm much more simple, but efficient
MFTODF
- 此程序能将模拟滤波器转变为数字滤波器,在数字信号处理问题上有着广泛的应用-analog filter into digital filters, in digital signal processing problem has wide application
libneural-1.0.3
- libneural神经网络C库函数源代码,版本1.0.3.-libneural neural network C library functions source code, version 1.0.3.
rtl8139c
- RTL8019-10M网卡技术手册,注册后可下载-RTL8019 - 10M Ethernet technical manuals, registration can be downloaded
支持向量机神经网络C++
- C++实现的支持向量机神经网络代码,欢迎各位使用-C realized SVM neural network code, welcome you use
hough2005
- hough2005用于检测圆的半径和圆的位置-hough2005 for detecting Yuan Yuan and the radius of the location
自己写的手势识别
- 利用C++语言实现的对运动手势进行识别的代码,请指教!-use C language to the movement of gestures identification code, please advise!