-
Gordon-paper-program
Gordon, Salmond, and Smith 于1993年的论文中一个关于金融经济学中最常用经济算法模型的粒子滤波程序。(Gordon, Salmond, and Smith in a 1993 paper on financial economics, the most commonly used economic models of particle filter algorithm program)
- 2011-10-06 16:26:55下载
- 积分:1
-
choleski-function
This function is to solve linear equations
- 2012-10-03 22:22:03下载
- 积分:1
-
DPD_example
说明: 預失真是一種用於改善無線電發射機放大器線性度的技術。大多數電信系統中的無線電發射機放大器需要是“線性的”,因為它們必須準確地再現其輸入端存在的信號。 壓縮其輸入或具有非線性輸入/輸出關係的放大器導致輸出信號濺到相鄰的射頻上。 這會對其他無線電信道造成乾擾。(Predistortion is a technique used to improve the linearity of radio transmitter amplifiers. Radio transmitter amplifiers in most telecommunications systems are required to be "linear", in that they must accurately reproduce the signal present at their input. An amplifier that compresses its input or has a non-linear input/output relationship causes the output signal to splatter onto adjacent radio frequencies. This causes interference on other radio channels.)
- 2019-02-21 23:04:45下载
- 积分:1
-
AMDF_MatlabAnalysis
自相关虽然能够判断清/浊音,并估计浊音的基音周期,但是其运算量很大,用乘法运算所需时间较长。为了避免乘法,采用短时平均幅度差函数(AMDF),验证AMDF与自相关有类似的作用,即平均幅度差函数能够代替自相关函数进行语音分析。(Although autocorrelation can differ from the Voiced/Unvoiced and voiced the pitch period estimate, but the operation is large enough, with the multiplication time was needed. In order to avoid the multiplication using the short time average magnitude difference function (AMDF), verify the AMDF and autocorrelation have a similar effect, that the average magnitude difference function can replace the voice of the autocorrelation function.)
- 2010-09-18 13:53:21下载
- 积分:1
-
Matlab_PID_paper
有关matlab pid仿真方面的pdf文档,很有参考价值,大家分享!!!!(papers about matlab PID!!!!!!!!!)
- 2010-11-02 01:33:20下载
- 积分:1
-
ps1
IT gives a clear explanation of non-linear systems
- 2014-11-04 01:42:49下载
- 积分:1
-
MultipathSimulation
说明: 用matlab程序仿真基带QPSK信号通过多径信道的产生
(Process simulation baseband QPSK signals generated multipath channel in matlab)
- 2010-04-22 10:44:08下载
- 积分:1
-
Comm_system
Communication channel + TX + RX design for picture transfer
- 2013-08-10 01:01:16下载
- 积分:1
-
mapping
It describes about the mapping function in the PAM with constellation
- 2012-09-09 18:38:00下载
- 积分:1
-
newnethodotsu
一个新设计的OTSU算法,使用方法如下:% load clown
% subplot(221)
% imshow(X/max(X(:)))
% title( Original , FontWeight , bold )
% for n = 2:4
% Iseg = otsu(X,n)
% subplot(2,2,n), colormap(gray)
% imshow(Iseg)
% title([ n = int2str(n)], FontWeight , bold )
% end(OTSU design a new algorithm, using the method as follows: load clown subplot (221) imshow (X/max (X (:))) title (Original, FontWeight, bold) for n = 2:4 Iseg = otsu (X, n) subplot (2,2, n), colormap (gray) imshow (Iseg) title ([n = int2str (n)], FontWeight, bold) end)
- 2007-11-14 12:45:49下载
- 积分:1