代码搜索:Voltage Regulation
找到约 5,122 项符合「Voltage Regulation」的源代码
代码结果 5,122
www.eeworm.com/read/285139/8866396
m s_out_pop.m
function v_code_feedback=s_out_pop(n,v)
%v is the value of the voltage
%n is the number of the channel
%v_code=32768+((v*8.8/1.9-2.5)*10^4/2);%计算5622的电压码,加运放
v_code=32768+((v-2.5)*10^4/2)%计算5622
www.eeworm.com/read/285139/8866401
asv s_out_ini.asv
function s_out_ini
%v is the value of the voltage
%n is the number of the channel
%v_code=32768+((v*8.8/1.9-2.5)*10^4/2);%计算5622的电压码,加运放
%v_code=32768+((v-2.5)*10^4/2);%计算5622的电压码
s = serial('C
www.eeworm.com/read/380118/9161951
m data3m9b3g9节点.m
% A 3-machine 9-bus system from Chow's book pp.70
% data3m9b.m
% bus data format
% bus: number, voltage(pu), angle(degree), p_gen(pu), q_gen(pu),
% p_load(pu), q_load(pu),G shunt,B shunt, b
www.eeworm.com/read/339250/12245912
m data3m9b.m
% A 3-machine 9-bus system from Chow's book pp.70
% data3m9b.m
% bus data format
% bus: number, voltage(pu), angle(degree), p_gen(pu), q_gen(pu),
% p_load(pu), q_load(pu),G shunt,B shunt, b
www.eeworm.com/read/207046/15283484
m data3m9b.m
% A 3-machine 9-bus system from Chow's book pp.70
% data3m9b.m
% bus data format
% bus: number, voltage(pu), angle(degree), p_gen(pu), q_gen(pu),
% p_load(pu), q_load(pu),G shunt,B shunt, b
www.eeworm.com/read/7656/126270
h global.h
#ifndef _GLOBAL_H
#define _GLOBAL_H
#ifdef __cplusplus
extern "C" {
#endif
extern Uint16 ConversionCount; /*在文件A中定义的全局变量,如果要在文件B中使用,则需在B中用extern声明之*/
extern Uint16 Voltage1[];
extern Uint16
www.eeworm.com/read/368662/2812459
m dsbr_dv.m
function [dSf_dVa, dSf_dVm, dSt_dVa, dSt_dVm, Sf, St] = dSbr_dV(branch, Yf, Yt, V)
%DSBR_DV Computes partial derivatives of power flows w.r.t. voltage.
% [dSf_dVa, dSf_dVm, dSt_dVa, dSt_dVm, Sf, S
www.eeworm.com/read/385920/8781083
m sinwave.m
GAIN=[0 6 12 18 20 26 32 38];
REFOUT=1.25; %AD REF Voltage :1.25V
AD73360MASTERCLK=8000; %AD输入时钟kHz
AD73360DR=3; %抽样频率分频位0-3 (1):DMCLK/1024=8kHz
AD73360SCD=3; %串口分
www.eeworm.com/read/285139/8866377
m s_out.m
function s_out(n,v)
%v is the value of the voltage
%n is the number of the channel
%v_code=32768+((v*8.8/1.9-2.5)*10^4/2);%计算5622的电压码,加运放
v_code=32768+((v-2.5)*10^4/2)%计算5622的电压码
s = serial('CO
www.eeworm.com/read/285139/8866390
asv s_out.asv
function s_out(n,v)
%v is the value of the voltage
%n is the number of the channel
%v_code=32768+((v*8.8/1.9-2.5)*10^4/2);%计算5622的电压码,加运放
v_code=32768+((v-2.5)*10^4/2)%计算5622的电压码
s = serial('CO