-
beatfreq
BEATFREQ是matlab函数,可以用来寻找两个震荡子的拍频。(BEATFREQ is a matlab function, can be used to finds the beat frequency of two oscillations.)
- 2009-05-13 16:43:13下载
- 积分:1
-
medie
Arithmetic average of some numbers
- 2010-05-25 05:58:21下载
- 积分:1
-
pwm-induction-motor
pwm异步电机启动仿真,仿真波还可以,是用MATLAB来仿真的。(pwm induction motor to start the simulation, the simulation of waves can also use MATLAB to simulate.)
- 2012-06-06 15:24:24下载
- 积分:1
-
SNR_MAX
波束合成的最大输出信噪比准则,附有程序说明。(Beam synthesis of maximum output signal-to-noise criteria, with a description of the procedures.)
- 2007-09-01 09:50:43下载
- 积分:1
-
filter_fda1
filter design in matlab..
- 2009-02-27 14:06:40下载
- 积分:1
-
matlab-test
arima模型的matlab的程序源码,部分功能,不是完整的(arima model matlab program source code, part of the function, not complete)
- 2012-09-19 13:01:14下载
- 积分:1
-
Regularized-Filter
Project on Image Restoration
- 2013-11-12 17:54:44下载
- 积分:1
-
lqrdaolibai
lqr倒立摆控制仿真。对于x=Ax+Bu y=Cx+du标准方程,文件qiuk中用lqr函数求解控制数组K,将K值带入fangzhen文件中(文件中已代入),得到倒立摆稳定曲线(lqr inverted pendulum simulation. For x = Ax+ Bu y = Cx+ du standard equation, file qiuk control array using lqr Solving K, the K value into fangzhen file (the file has been substituted), are stable curve inverted pendulum)
- 2020-12-07 10:39:22下载
- 积分:1
-
Spectrum
说明: 谱估计算法MATLAB程序
ARMA.M
autocorrelation.m
demoautocorrelation.m
PERIOD.M
SPECTRUM.M(Spectral estimation algorithm MATLAB program ARMA.M autocorrelation.m demoautocorrelation.m PERIOD.M SPECTRUM.M)
- 2010-04-09 15:04:06下载
- 积分:1
-
gold-sequence
m序列产生子函数
gold序列产生子函数
自相关函数和互相关函数计算子函数
调用子函数[s,k,pn]=m(c,b0)产生第二条m序列(function [Rm]=Rm(golda,goldb) 自相关函数和互相关函数计算子函数
N=11
n=2^N-1
Rm(1)=sum(golda.*goldb)/n
for k=1:n-1
Rm(k+1)=sum(golda.*circshift(goldb,[0,k]))/n
end
Rm )
- 2011-04-30 17:53:27下载
- 积分:1