-
P_Q
2MW风机的最大功率跟踪(根据叶片翼型计算)(The maximum power point tracking of the 2MW wind turbine according to the blade airfoil)
- 2012-08-20 13:23:58下载
- 积分:1
-
Euler-Maruyama
解BSDE方程的欧拉算法 采用显式格式 隐式格式需要进行皮卡迭代(Euler-Maruyama Method for BSDEs
)
- 2020-07-23 18:28:43下载
- 积分:1
-
SVM_classandregress
支持向量机
内容中主要包括二种分类,二种回归,以及一种一类支持向量机算法。(Support Vector Machine
Two types of categories, and two types of regression, as well as a kind of support vector machine algorithm is included in this content.)
- 2011-09-05 15:55:16下载
- 积分:1
-
4094
Dynamic Modelling and Adaptive Traction Control for Mobile Robots
- 2015-01-11 01:01:54下载
- 积分:1
-
11seed-particle-effect-source
cocos2dx 11种粒子效果源码,cocos2dx 11 seed particle effect source(cocos2dx 11 seed particle effect source)
- 2014-01-08 09:28:39下载
- 积分:1
-
detection
QR二维码精定位,通过探测三个位置探测图形获得三个坐标,定位准确率90%左右。(QR code precise positioning, through the detection of 3 position detection patterns and then get 3 points, the recognition accuracy is about 90%.)
- 2019-03-11 10:44:20下载
- 积分:1
-
DEEC.matble
分簇协议的改进协议DEEC的matlab代码,绝对正确,大家可以下载试试,对学习WSN路由协议很有帮助。(Improved clustering protocol agreement DEEC matlab code, absolutely correct, you can download to try, to learn helpful WSN routing protocol.)
- 2014-01-20 17:29:25下载
- 积分:1
-
boost_switching
BOOST SWITCHING PV SOLAR CELL
- 2016-08-02 21:14:28下载
- 积分:1
-
MATLAB_jiaocheng
李传军 《C语言与MATLAB接口—编程与实例》(Li Chuan-jun " C language and MATLAB Interface- Programming and Examples" )
- 2009-05-26 18:18:56下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1