-
matlab
y3k=fft(u,(m+n-2)/4)
i=1:(m+n-2)/4
subplot(5,2,9) stem(i,u)
title( 滤波后上采样 )
k=1:(m+n-2)/4
subplot(5,2,10) stem(k,y3k)
title( 上采样频谱 )
xlabel( k ) ylabel( y3k ) (y3k = fft (u, (m+ n-2)/4) i = 1: (m+ n-2)/4 subplot (5,2,9) stem (i, u) title (after filtering the sample) k = 1: (m+ n-2)/4 subplot (5,2,10) stem (k, y3k) title (on the sample spectrum) xlabel (k) ylabel (y3k))
- 2009-01-06 13:09:09下载
- 积分:1
-
chaoliu2
潮流算法,研究生作业。挺好用的,已经试过了。哈哈(Flow algorithm, graduate job. Very good use, has been tried. Haha)
- 2010-10-24 18:48:01下载
- 积分:1
-
dalin
说明: 大林算法的阶跃响应程序,基于大林算法,解决了振铃问题,(Dahlin step response procedures, based on Dahlin algorithm to solve the ringing problem)
- 2010-04-23 21:50:20下载
- 积分:1
-
icml09-deepbeliefnetwork
相比DeconvNet写得比较简洁易懂。但是原来代码里面给的数据似乎没法跑。所幸同作者还有一些代码用到了TCNN,比如action recognition,可以一起下载下来参考。这个代码主要特色就是tiled结构,可以用来参考,然后把里面ICA的优化函数换成RICA,Sparse Coding等等。总之,在这个代码里也了解了不少(比如line search等)。(DeconvNet well written and easy to understand compared to relatively simple. But the original code to the data inside can not seem to run. Fortunately, there are some code with the author uses TCNN, such action recognition, can be downloaded along down the reference. This code is the main feature tiled structure that can be used for reference, and then put inside the ICA optimization functions into RICA, Sparse Coding and so on. In short, this code can also learn a lot (such as line search, etc.).)
- 2015-01-16 16:08:59下载
- 积分:1
-
扩展卡尔曼滤波
用EKF算法进行仿真,模拟了PMSM的电机动态数据,取得良好效果(The EKF algorithm is used to simulate the PMSM dynamic data and achieve good results.)
- 2020-06-30 04:00:01下载
- 积分:1
-
TVfilter
对一幅被随机值冲击噪声污染的图像,用偏微分方法进行恢复,使用的模型是Total Varience(image restoration using TV model, remove random noise)
- 2010-11-11 20:38:12下载
- 积分:1
-
dwt_recover
数字水印提取算法,利用离散余弦变换的(dct)算法(Digital watermark extraction algorithm using discrete cosine transform (dct) algorithm)
- 2010-03-08 10:45:49下载
- 积分:1
-
fenduan
分段模糊控制的仿真,具有原创性,用于直流电机的转速控制(Piecewise fuzzy control simulation, an original for DC motor speed control)
- 2011-04-21 14:47:44下载
- 积分:1
-
three-dimensional-path-planning
基于蚁群算法的三维路径规划。在三维地图上寻找最优路径!(Ant colony algorithm based three-dimensional path planning. To find the optimal path on the three-dimensional map!)
- 2013-12-17 18:01:23下载
- 积分:1
-
Reglungstechnik
xiao che mo ni, Matlab+Simulink(car control model)
- 2014-02-23 23:35:33下载
- 积分:1