-
Desktop
利用matlab做线性回归,简单,好用,可以处理一般的回归问题(Using matlab to do linear regression, simple, easy to use, can handle general regression problem)
- 2013-03-08 10:45:54下载
- 积分:1
-
power_PVarray_grid_avg
100kV光伏并网平均模型
MPPT使用扰动观察法(Average Model of 100 kV Photovoltaic Grid Connection
MPPT uses perturbation observation method)
- 2021-01-07 13:58:52下载
- 积分:1
-
wok
说明: 基本的一百个matlab源程序分享,欢迎下载,一一分享,(language of matlab important)
- 2010-03-18 19:16:29下载
- 积分:1
-
11
说明: empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:20:03下载
- 积分:1
-
NaSch_3
作为对184号规则的推广,Nagel和Schreckberg在1992年提出了一个模拟车辆交通的元胞自动机模型,即NaSch模型(也有人称它为NaSch模型)。
(Schreckberg was proposed in 1992 by a simulation of vehicle traffic cellular automaton model, namely the NaSch model (also called it NaSch model))
- 2015-01-19 14:27:50下载
- 积分:1
-
LQG_2
IMPLEMENTATION OF LQG CONTROLLER
- 2014-01-26 13:24:39下载
- 积分:1
-
vector-optimization
针对标准的Capon 波束形成在阵列导向矢量存在误差时出现严重性能退化, 本文从权矢量模约束和不确定集两个角度出发, 提出矢量最优化稳健波束形成方法, 并通过二阶锥规划进行有效求解.(When there exists the array steering vector error , the performance of standard Capon beamforming will be severely
degraded .In this paper , in the view of the constraints on the weight vector and the uncertainty sets , we propose a new approach,
which is called Vector Optimization Robust Beamforming.It is shown that the proposed algorithm can be reformulated in a convex
form as the so-called Second-Order Cone (SOC)program and solved efficiently using the well-established optimization tool , sedumi.)
- 2016-04-24 18:19:15下载
- 积分:1
-
FMaPM
说明: FM和PM的调制解调仿真源代码,已经调试通过。(FM and PM modulation and demodulation simulation source code has been debugged.)
- 2011-03-30 12:43:09下载
- 积分:1
-
matlabtiandaban
Matlab教程,希望能对大家有用^_^(Matlab Guide, we hope that the useful ^ _ ^)
- 2007-05-28 09:17:46下载
- 积分:1
-
Code7_SchrodingerEq.m
说明: 客户MATLAB请求投资政策评审的数据经济指标(Cliente Matlab para solicitar datos a la API Indicadores economicos)
- 2020-05-13 13:30:23下载
- 积分:1