资源列表
counter
- 设计一个十进制计数器模块,输入端口包括 reset、up_enable 和 clk,输出端口为 count 和 bcd,当 reset 有效时(低电平),bcd 和 count 输出清零,当 up_enable 有效时(高电 平),计数模块开始计数(clk 脉冲数),bcd 为计数输出,当计数为 9 时,count 输出一 个脉冲(一个 clk周期的高电平,时间上与“bcd=9”时对齐)-Design of a decimal counter module, input port,
t5
- 利用幂级数展开式计算sin(x) 的近似值-Approximation of the power series expansion sin (x)
motorsimulink
- 基于比例趋近率的控制器实现位置跟踪,滑模控制-the position tracking based on proportion approach
skip_early_terminated
- AVS模式选择模块中skip模式预选,为了提高效率,降低计算复杂度-AVS mode selection module skip mode preselection, in order to improve efficiency and reduce computational complexity
gongchen1
- 双色球 彩票 怎么说啊 我就想下个东西啊 啊 啊 -Loans lottery
kaerman
- 用MATLAB实现的卡尔曼滤波,根据有用信号和干扰噪声的统计特性(自相关函数或功率谱),以线性最小均方误差(MSE),能最大程度的滤除干扰噪声,提取有用信号。-Kalman filter using MATLAB, based on the statistical properties of the useful signal and interference noise (autocorrelation function or power spectrum), linear minimum m
brian_1
- Brian program, for neural networks
mfilt1d
- 中值滤波程序,程序中自己设定滤波步长,步长必须为单数-Median filtering, the program is set in its own filtering step length, step must be singular
Rician_model_fz_1
- 有关移动通信中莱斯(Rician)信道衰减的仿真,对信道的理解有一定的帮助-About mobile communications (Rician) Rice fading channel simulation, the channel has some help understanding
winfft
- 对信号进行加窗分析,分别对信号加矩形窗、汉明窗进行傅里叶变换后分析加窗后的信号的频谱图,与原信号对比-To add window analysis of signal, the signal respectively and the rectangle window, hamming window and window after Fourier transform analysis of signal spectrum, and compared with the original signa
lms
- 自适应滤波器的仿真程序,lms算法实现自适应滤波-Adaptive filter simulation program, lms adaptive filter algorithm
win
- ivate Sub tcpClient_DataArrival _ (ByVal bytesTotal As Long) Dim strData As String tcpClient.GetData strData txtOutput.Text = strData End Sub