-
harris
基于harris算法的MATLAB角点检测程序 (Harris algorithm based on corner detection program MATLAB)
- 2010-05-28 17:24:20下载
- 积分:1
-
《射频电路设计——理论与应用》一书课后习题第三章Matlab程序代码-RF_ch03
《射频电路设计——理论与应用》一书课后习题第三章Matlab程序代码("RF circuit design-- Theory and Application," a book OSCAR Exercise third chapter Matlab code)
- 2005-04-04 19:42:47下载
- 积分:1
-
wavelet
this file describes and run the using WAVELET on a picture.
- 2011-01-10 19:58:40下载
- 积分:1
-
SP
压缩感知重构算法中的子空间追踪算法,是一种迭代贪婪算法。(Subspace pursuit algorithm is a kind of greedy pursuit algorithms in compressed sensing.)
- 2020-11-30 22:19:28下载
- 积分:1
-
ErlangB
Erlang B,is a modeling formula that is widely used in call center scheduling, implementation in matlab
- 2015-04-17 18:16:31下载
- 积分:1
-
GPCgoodDoc
广义预测控制算法非常详细仿真matlab(GPC matlab codes )
- 2016-06-02 19:44:55下载
- 积分:1
-
DNN_toolbox
语音分离用的深度神经网络工具箱,matlab,非常全
(This folder contains Matlab programs for a toolbox for supervised speech separation using deep neural networks (DNNs).)
- 2020-11-06 00:39:50下载
- 积分:1
-
fehrs2
Das Stundenbuch ueber Fehrs
- 2010-11-23 02:21:33下载
- 积分:1
-
FPCwithoutdelay
预测控制里面PFC双值控制的实现,欢迎交流(programming for prediction control)
- 2012-08-23 15:26:21下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1