-
Reactive_Power_Control
连接风电场的双馈异步电机电压控制及其仿真(Connected wind farms double-fed asynchronous motor voltage control its simulation)
- 2013-01-09 18:55:31下载
- 积分:1
-
RATE_DataAcquisition
ALLAN方差拟合曲线 用于数据的采集和提取,提高提取速度(ALLAN analysis of variance for data gathering and extraction to improve extraction speed)
- 2011-06-19 17:58:18下载
- 积分:1
-
MATLAB-Extended-Programming
《MATLAB扩展编程》3001562,因为文件太大,删除了一些exe文件和other文件夹。(MATLAB Extended Programming)
- 2011-10-09 21:02:23下载
- 积分:1
-
gardner_simulink
位同步gardner 算法的simulink仿真(bit synchronization algorithm simulink)
- 2020-12-20 01:39:09下载
- 积分:1
-
Demo_ContourletSD_Operator
文章Iterative thresholding compressed sensing MRI based on contourlet transform, Inverse Problems in Science and Engineering及其代码。(Demo for using contourlet as an operator.)
- 2014-12-22 21:28:55下载
- 积分:1
-
beam-forming
奇异矩阵分解,
波束形成,
matlab仿真实现(Singular matrix decomposition, beamforming Matlab Simulation)
- 2013-05-11 10:07:20下载
- 积分:1
-
yijidaolibai
单级倒立摆的模糊控制以及在MATLAB中的仿真倒立摆在研究双足机器人直立行走、火箭发射过程的姿态调整和直升机飞行控制领域中有重要的现实意义,相关的科研成果己经应用到航天科技和机器人学等诸多领域(A handstand on the study of bipedal robot to walk upright, rocket launch posture adjustment and in the field of helicopter flight control have important realistic meaning, related research achievement has been applied to many fields such as aerospace science and technology and robotics)
- 2014-08-10 10:37:07下载
- 积分: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
-
Simulation on Rn
利用蒙特卡洛模拟做在消息网络中数据包传输数量的预测,基于的原理是传染病传输模型的二项性。(This coding is based on Monte Carlo dissemination, which targets at the prediction of number of packets being delivered in a network. This whole process is based on the bimodal behavior of epidemic algorithm.)
- 2020-12-09 17:09:21下载
- 积分:1
-
WiMAX
WiMAX MATLAB Simulator (Simulink model)
- 2009-10-12 17:56:07下载
- 积分:1