风力发电机功率曲线统计MATLAB代码实现(共4页).docx
《风力发电机功率曲线统计MATLAB代码实现(共4页).docx》由会员分享,可在线阅读,更多相关《风力发电机功率曲线统计MATLAB代码实现(共4页).docx(4页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、精选优质文档-倾情为你奉上风力发电机功率曲线统计MATLAB代码实现function windspeed_avr active_power_dev windspeed_fin_avr active_power_fin_avr CP= Powercurve_cal_v03(filename1,filename2,filename3,filename4)%读取excel的xlsx文件% B列为功率 C列为风速data1=xlsread(filename1,1,B2:C52000);data2=xlsread(filename2,1,B2:C52000);data3=xlsread(filename
2、3,1,B2:C52000);data4=xlsread(filename4,1,B2:C52000);%将四个Excel表合成一个表格data=data1;data2;data3;data4;% 对数据进行筛选 风速3m/s 功率=3 & data(j,1)=10 data_opt(j,1)=data(j,2); data_opt(j,2)=data(j,1); endend%对风速和功率进行排序并返回索引windspeed,ind=sort(data_opt(:,1);% 求0.5m/s的时间间隔的平均风速和相对应的平均功率,标准差m=length(ind);k=0;u=0;h=0;win
3、dspeed_sum=0;active_power_sum=0;windspeed_avr=0;active_power_avr=0;active_power_error_sum=0;windspeed_fin_sum=0;active_power_fin_sum=0;P=1.062;A=pi*(88/2)2;for windspeed_num=3:0.5:19.5 for i=1:1:m %初步计算平均风速和平均功率 active_power(i)=data_opt(ind(i),2); if windspeed(i)=windspeed_num & windspeed(i)=windspe
4、ed_num & windspeed(i)=windspeed_num & windspeed(i)windspeed_num+0.5 e=abs(active_power(i)-active_power_avr(q)/active_power_dev(q); if e=4 u=u+1; windspeed_fin_sum=windspeed_fin_sum+windspeed(i); active_power_fin_sum=active_power_fin_sum+active_power(i); end end windspeed_fin_avr(q)=windspeed_fin_sum
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 风力发电机 功率 曲线 统计 MATLAB 代码 实现
限制150内