CN105631108A - Dsp Builder based satellite flywheel simulator achievement method - Google Patents

Dsp Builder based satellite flywheel simulator achievement method Download PDF

Info

Publication number
CN105631108A
CN105631108A CN201510990005.8A CN201510990005A CN105631108A CN 105631108 A CN105631108 A CN 105631108A CN 201510990005 A CN201510990005 A CN 201510990005A CN 105631108 A CN105631108 A CN 105631108A
Authority
CN
China
Prior art keywords
flywheel
kutta
model
omega
runge
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510990005.8A
Other languages
Chinese (zh)
Inventor
赵光权
李君宝
孙学聪
李化义
刘欢
徐帅
闫冰清
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Harbin Institute of Technology
Original Assignee
Harbin Institute of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Harbin Institute of Technology filed Critical Harbin Institute of Technology
Priority to CN201510990005.8A priority Critical patent/CN105631108A/en
Publication of CN105631108A publication Critical patent/CN105631108A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/36Circuit design at the analogue level
    • G06F30/367Design verification, e.g. using simulation, simulation program with integrated circuit emphasis [SPICE], direct methods or relaxation methods

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a Dsp Builder based satellite flywheel simulator achievement method and relates to the field of satellite testing. The Dsp Builder based satellite flywheel simulator achievement method aims at solving the problem that a traditional satellite flywheel model calculating method is not high in calculating accuracy and low in calculating speed. The Dsp Builder based satellite flywheel simulator achievement method comprises the following steps that 1, a graphical modeling method is adopted to establish a flywheel Runge-Kutta mdl file model in a Simulink environment, and flywheel Runge-Kutta modeling and simulation are performed; 2, the flywheel Runge-Kutta model established in the Simulink environment and provided with the suffix of mdl is converted into a common hardware description language VHDL file; 3, a top-layer module is compiled in a QuartusII environment by using verilog language, input/output ports are allocated, and a converted VHDL hardware module is called to achieve calculation of the flywheel Runge-Kutta model. The Dsp Builder based satellite flywheel simulator achievement method is suitable for the field of satellite testing.

Description

Satellite flywheel simulator based on Dsp Builder realizes method
Technical field
The present invention relates to satellite test field, particularly relate to a kind of satellite flywheel simulator based on DspBuilder and realize method.
Background technology
Satellite flywheel, namely counteraction flyback is a kind of important actuator on satellite, plays a part to adjust the attitude of satellite in satellite attitude orbit control. Flywheel simulator, namely counteraction flyback simulator is a part for satellite control system ground checkout equipment, the attitude of satellite and control effect that actuator momentum flywheel determines can be simulated, replace actual part to carry out open loop and the closed test of the attitude of satellite and orbits controlling Computer Sub-System. The input of flywheel simulator main analog flywheel and the electrical characteristics of output, receive the control command (control voltage) that host computer sends, simulate the work process of actual flywheel, output Speed of Reaction Wheels pulse, rotary speed direction and flywheel shaft gentleness motor current signal. Simulator needs the signal gathered to be 4 road voltage signals, through flywheel model calculation (floating-point operation), generates Speed of Reaction Wheels and direction signal. Flywheel simulator has analog input/output port, by isolating device and satellite upper-part electrical isolation, and by communication interface, the direct fault location instruction from dynamics computer can be carried out fault simulation. In flywheel simulator, by solving flywheel mathematical model, obtain the rotary speed data of flywheel, simulate the rotating speed output of true flywheel.
The mathematical model of satellite flywheel is as follows:
d ω d t = K t U R - ( K v ω + K t K e ω R ) - T d s i g n ( ω ) J ,
Constraints is: | �� |�ܦ�max,Wherein �� is Speed of Reaction Wheels, KtFor fly-wheel motor moment coefficient, KvFor flywheel viscosity friction coefficient, KeFor flywheel back emf coefficient, U is that flywheel controls voltage, and R is flywheel internal resistance, TdFor flywheel drag torque, J is Rotary Inertia of Flywheel, and sign is sign function operator;
Flywheel simulator fault parameter injects as shown in table 1:
The flywheel simulator fault parameter that table 1 injects
Solving numerical solution conventional in this flywheel differential equation engineering is Fourth order Runge-Kutta. Fourth order Runge-Kutta can equation shown in formula 1��formula 8 describe: wherein parameter h is integration step, in calculating process, only it is to be understood that the approximation w of previous moment wnWith integration step h, it is possible to calculate K1��K4Value, thus calculating the approximation w of subsequent time wn+1, by wn+1And tn+1As the input of iteration next time, so iterate, until being met the result of calculation of requirement. The mathematical model of counteraction flyback realizes according to the solution procedure of Fourth order Runge-Kutta.
ω n + 1 = ω n + h 6 ( K 1 + 2 K 2 + 2 K 3 + K 4 ) - - - ( 1 )
tn+1=tn+h(2)
K1=f (tn,��n)(3)
K 2 = f ( t n + h 2 , ω n + h 2 K 1 ) - - - ( 4 )
K 3 = f ( t n + h 2 , ω n + h 2 K 2 ) - - - ( 5 )
K4=f (tn+ h, ��n+hK3)(6)
d ω d t = f ( t , ω ) - - - ( 7 )
f ( t , ω ) = K t U R - ( K v ω + K t K e ω R ) - T d s i g n ( ω ) J - - - ( 8 )
Traditional flywheel simulator adopts FPGA (field programmable gate array) to carry out computing and the process of counteraction flyback model as processor, it is utilize hardware description language verilog or vhdl directly to write flywheel Models computed logic, the direct solution differential equation in FPGA processor in QuartusII software environment. Concrete methods of realizing is by designing the soft core of floating-point operation IP in FPGA, realizing floating-point operation. But owing to lacking the support of FPGA tool kit, when using floating-point FPGA operator, it is necessary to a large amount of logics and interconnection resource, cause that floating-point operation performance is too poor. Hardware description language is used directly to describe the advantage place that floating-point operation is not FPGA in summary in FPGA; Traditional flywheel simulator adopts fixed point Dsp to carry out computing and the process of counteraction flyback model as processor, is subject to the restriction of this body structure of fixed-point processor, and model solution precision is not high, and solving speed is relatively slow; In like manner, traditional flywheel simulator adopts single-chip microcomputer to carry out computing and the process of flywheel model as processor, although single-chip microcomputer cost is low, but performance is also low, causes that flywheel model solution precision is not high, and solving speed is slow.
Summary of the invention
The present invention solves that traditional satellite flywheel simulator exists solving precision not high, the problem that solving speed is slow, and propose to realize method based on the satellite flywheel simulator of DspBuilder.
Below this instrument of DspBuilder is done one simply to introduce.
The approach that EDA (electric design automation) technology completes hardware designs is utilized to have a variety of, traditional simulation method utilizes hardware description language Verilog or vhdl directly to write flywheel Models computed logic in QuartusII software environment, the most typical design cycle of the direct solution differential equation in FPGA processor, including design object editor (with hardware description language), comprehensive, emulation, adaptive, programming. But the system for relating to class of algorithms aspect designs, and such as flywheel Models computed, this flow process will seem very inconvenient, and programming is got up very complicated. DspBuilder can help designer to complete the different types of applied system design based on FPGA. Except patterned system modelling, DspBuilder can also be automatically performed most design process and emulation. DspBuilder is system-level (algorithm level) design tool, its framework is on multiple software tools, and the design tool of system-level (algorithm simulating modeling) and RTL (hardware realization) two design fields is coupled together, all it is placed on Matlab/Simulink design platform, and QuartusII is placed in backstage as bottom-layer design instrument, farthest play the advantage of this instrument. DspBuilder depends on the tool of mathematical analysis Matlab/Simulink of MathWorks company, occurs with the form of the Blockset of Simulink. Design and emulation can be patterned in Simulink, further through SignalCompiler, the modelling file (suffix is mdl) of Matlab/Simulink is changed into corresponding Hardware Description Language VHDL design document (suffix is vhd) simultaneously, and for controlling comprehensive and compiling tcl script. Comprehensively and hereafter process is all completed by QuartusII.
Satellite flywheel simulator based on DspBuilder realizes method, do not use conventional methods direct hardware description language and describe floating-point operation, avoid directly describing with hardware description language the inferior position place of floating-point operation in FPGA, then the flywheel model modeling that employing high-level language is patterned on Matlab/Simulink design platform, finally the flywheel model file of Simulink being converted into general Hardware Description Language VHDL, patterned Differential Equation Modeling complexity is far smaller than employing hardware description language and directly describes. The final VHDL language converted adopts 32 floating-point operations that flywheel model is solved, accuracy that very accurate solving result, the operational precision of flywheel model and arithmetic speed transmit for whole satellite simulator data can be obtained in a short period of time and transmission speed has vital impact.
Satellite flywheel simulator based on DspBuilder realizes method, sequentially includes the following steps:
One, adopt patterned modeling method to build flywheel fourth order Runge-Kutta mdl file model under Simulink environment, carry out the flywheel fourth order Runge-Kutta model modeling under Simulink environment and emulation;
Two, it is mdl flywheel fourth order Runge-Kutta model the suffix built under Simulink environment, changes into general Hardware Description Language VHDL file, carry out hardware description language conversion;
Three, under QuartusII environment, write top-level module with verilog language, distribute input/output port, call the VHDL hardware module changed into by flywheel Runge Kutta mdl model file, it is achieved flywheel Runge Kutta solution to model is calculated.
The present invention includes following beneficial effect:
1, the satellite flywheel simulator based on DspBuilder realizes method, system for the class of algorithms designs, hardware description language is not adopted directly to describe floating-point operation, then the flywheel model modeling that employing high-level language is patterned on Matlab/Simulink design platform, patterned Differential Equation Modeling complexity is far smaller than employing hardware description language and directly describes;
2, the VHDL language that the present invention finally converts adopts 32 floating-point operations that flywheel model is solved, it is possible to obtain accurate flywheel Models computed in a short period of time.
Accompanying drawing explanation
Fig. 1 is relation block diagram between each computing module;
Fig. 2 is flywheel Runge Kutta solution process schematic diagram.
Detailed description of the invention
Understandable for enabling the above-mentioned purpose of the present invention, feature and advantage to become apparent from, below in conjunction with Fig. 1, Fig. 2 and detailed description of the invention, the present invention is further detailed explanation.
The satellite flywheel simulator based on DspBuilder described in detailed description of the invention one, present embodiment realizes method, sequentially includes the following steps:
One, adopt patterned modeling method to build flywheel fourth order Runge-Kutta mdl file model under Simulink environment, carry out the flywheel fourth order Runge-Kutta model modeling under Simulink environment and emulation;
Two, it is mdl flywheel fourth order Runge-Kutta model the suffix built under Simulink environment, changes into general Hardware Description Language VHDL file, carry out hardware description language conversion;
Three, under QuartusII environment, write top-level module with verilog language, distribute input/output port, call the VHDL hardware module changed into by flywheel Runge Kutta mdl model file, it is achieved flywheel Runge Kutta solution to model is calculated.
Present embodiment includes following beneficial effect:
1, the satellite flywheel simulator based on DspBuilder realizes method, system for the class of algorithms designs, hardware description language is not adopted directly to describe floating-point operation, then the flywheel model modeling that employing high-level language is patterned on Matlab/Simulink design platform, patterned Differential Equation Modeling complexity is far smaller than employing hardware description language and directly describes;
2, the VHDL language that present embodiment finally converts adopts 32 floating-point operations that flywheel model is solved, it is possible to obtain accurate flywheel Models computed in a short period of time.
Detailed description of the invention two, present embodiment are that the satellite flywheel simulator based on DspBuilder described in detailed description of the invention one is realized further illustrating of method, and the fourth order Runge-Kutta model described in step one is made up of following eight formula:
ω n + 1 = ω n + h 6 ( K 1 + 2 K 2 + 2 K 3 + K 4 ) - - - ( 1 )
tn+1=tn+h(2)
K1=f (tn,��n)(3)
K 2 = f ( t n + h 2 , ω n + h 2 K 1 ) - - - ( 4 )
K 3 = f ( t n + h 2 , ω n + h 2 K 2 ) - - - ( 5 )
K4=f (tn+ h, ��n+hK3)(6)
d ω d t = f ( t , ω ) - - - ( 7 )
f ( t , ω ) = K t U R - ( K v ω + K t K e ω R ) - T d s i g n ( ω ) J - - - ( 8 )
Wherein, h is integration step, and �� is Speed of Reaction Wheels, KtFor fly-wheel motor moment coefficient, KvFor flywheel viscosity friction coefficient, KeFor flywheel back emf coefficient, U is that flywheel controls voltage, and R is flywheel internal resistance, TdFor flywheel drag torque, J is Rotary Inertia of Flywheel, and sign is sign function fortune symbol, K1��K4For intermediate variable, tnAnd tn+1Respectively n moment and n+1 moment, ��nAnd ��n+1Respectively n moment Speed of Reaction Wheels and n+1 moment Speed of Reaction Wheels.
Detailed description of the invention three, present embodiment are that the satellite flywheel simulator based on DspBuilder described in detailed description of the invention one or two is realized further illustrating of method, the detailed process of the flywheel fourth order Runge-Kutta model modeling under the Simulink environment described in step one:
According to the flywheel mathematical model differential equation, obtain equation below:
f ( t , ω ) = K t U R - ( K v ω + K t K e ω R ) - T d s i g n ( ω ) J - - - ( 8 )
By formula 3 it can be seen that K1Value be flywheel initial value ��n��tnSubstitute into the value that formula 8 is tried to achieve, so K1Computing module is namely initial value ��n��tnInput to the operational equation of function f (t, ��) gained; By formula 4 it can be seen that K2Value be handletnSubstitute into the value that formula 8 is tried to achieve, so K2For K1Value deductWithProduct; In like manner, K3Value be handletnSubstitute into the value that formula 8 is tried to achieve, i.e. K3For K1Value deductWithProduct; K4Value be (a ��n+hK3)��tnSubstitute into the value that formula 8 is tried to achieve, i.e. K4For K1Value deductWith hK3Product;
Under Simulink environment, according to the calculation step of Fourth order Runge-Kutta, graphically call the figure module in DspBuilder and other Simulink storehouses, calculate Kn (n=1,2,3 or 4) computing module and �� according to formula 1��formula 8n+1Five parts of computing module, complete the once resolving of flywheel model; Relation between each computing module such as Fig. 1 shows; So far, the flywheel fourth order Runge-Kutta model modeling under Simulink environment is completed.
Detailed description of the invention four, present embodiment are that the satellite flywheel simulator based on DspBuilder one of detailed description of the invention one to three Suo Shu is realized further illustrating of method, and the flywheel fourth order Runge-Kutta model emulation process under the Simulink environment described in step one is:
Utilizing the graphical simulation of Simulink, the input of given fourth order Runge-Kutta model, checking output result is correct, completes model emulation.
Detailed description of the invention five, present embodiment are that the satellite flywheel simulator based on DspBuilder one of detailed description of the invention one to four Suo Shu is realized further illustrating of method, and the detailed process of step 2 is as follows:
After the modeling of the flywheel Runge Kutta model under completing Simulink environment, by the flywheel Runge Kutta model file of the SignalCompiler Simulink that the first step is realized, suffix is mdl, changes into general Hardware Description Language VHDL file and for controlling comprehensive and compiling tcl script; The hdl file that conversion obtains is based on RTL, and VHDL that can be comprehensive describes.
Detailed description of the invention six, present embodiment are that the satellite flywheel simulator based on DspBuilder one of detailed description of the invention one to four Suo Shu is realized further illustrating of method, and the detailed process of step 3 is as follows:
Top-level module is write with verilog hardware description language under QuartusII environment, distribution input/output end port, call the VHDL hardware module changed into by flywheel Runge Kutta mdl model file, realize the iterative process of flywheel Runge Kutta, namely flywheel is once resolved in step one �� of generationn+1��tn+1It is assigned to initial value ��n��tn, down it being iterated computing successively, finally realize flywheel Runge Kutta solution to model and calculate, flywheel Runge Kutta solution process schematic diagram is as shown in Figure 2.

Claims (6)

1. the satellite flywheel simulator based on DspBuilder realizes method, it is characterised in that it sequentially includes the following steps:
One, adopt patterned modeling method to build flywheel fourth order Runge-Kutta mdl file model under Simulink environment, carry out the flywheel fourth order Runge-Kutta model modeling under Simulink environment and emulation;
Two, it is mdl flywheel fourth order Runge-Kutta model the suffix built under Simulink environment, changes into general Hardware Description Language VHDL file, carry out hardware description language conversion;
Three, under QuartusII environment, write top-level module with verilog language, distribute input/output port, call the VHDL hardware module changed into by flywheel Runge Kutta mdl model file, it is achieved flywheel Runge Kutta solution to model is calculated.
2. the satellite flywheel simulator based on DspBuilder as claimed in claim 1 realizes method, it is characterised in that the fourth order Runge-Kutta model described in step one is made up of following eight formula:
ω n + 1 = ω n + h 6 ( K 1 + 2 K 2 + 2 K 3 + K 4 ) - - - ( 1 )
tn+1=tn+h(2)
K1=f (tn,��n)(3)
K 2 = f ( t n + h 2 , ω n + h 2 K 1 ) - - - ( 4 )
K 3 = f ( t n + h 2 , ω n + h 2 K 2 ) - - - ( 5 )
K4=f (tn+ h, ��n+hK3)(6)
d ω ω = f ( t , ω ) - - - ( 7 )
f ( t , ω ) = K t U R - ( K v ω + K t K e ω R ) - T d s i g n ( ω ) J - - - ( 8 )
Wherein, h is integration step, and �� is Speed of Reaction Wheels, KtFor fly-wheel motor moment coefficient, KvFor flywheel viscosity friction coefficient, KeFor flywheel back emf coefficient, U is that flywheel controls voltage, and R is flywheel internal resistance, TdFor flywheel drag torque, J is Rotary Inertia of Flywheel, and sign is sign function fortune symbol, K1��K4For intermediate variable, tnAnd tn+1Respectively n moment and n+1 moment, ��nAnd ��n+1Respectively n moment Speed of Reaction Wheels and n+1 moment Speed of Reaction Wheels.
3. the satellite flywheel simulator based on DspBuilder as claimed in claim 2 realizes method, it is characterised in that the detailed process of the flywheel fourth order Runge-Kutta model modeling under the Simulink environment described in step one:
According to the flywheel mathematical model differential equation, obtain equation below:
f ( t , ω ) = K t U R - ( K v ω + K t K e ω R ) - T d s i g n ( ω ) J - - - ( 8 )
By formula 3 it can be seen that K1Value be flywheel initial value ��n��tnSubstitute into the value that formula 8 is tried to achieve, so K1Computing module is namely initial value ��n��tnInput to the operational equation of function f (t, ��) gained; By formula 4 it can be seen that K2Value be handletnSubstitute into the value that formula 8 is tried to achieve, so K2For K1Value deductWithProduct; In like manner, K3Value be handletnSubstitute into the value that formula 8 is tried to achieve, i.e. K3For K1Value deductWithProduct; K4Value be (a ��n+hK3)��tnSubstitute into the value that formula 8 is tried to achieve, i.e. K4For K1Value deductWith hK3Product;
Under Simulink environment, according to the calculation step of Fourth order Runge-Kutta, graphically call the figure module in DspBuilder and other Simulink storehouses, calculate Kn (n=1,2,3 or 4) computing module and �� according to formula 1��formula 8n+1Five parts of computing module, complete the once resolving of flywheel model; Namely the flywheel fourth order Runge-Kutta model modeling under Simulink environment is completed.
4. the satellite flywheel simulator based on DspBuilder as claimed in claim 3 realizes method, it is characterised in that the flywheel fourth order Runge-Kutta model emulation process under the Simulink environment described in step one is:
Utilizing the graphical simulation of Simulink, the input of given fourth order Runge-Kutta model, checking output result is correct, completes model emulation.
5. the satellite flywheel simulator based on DspBuilder as claimed in claim 4 realizes method, it is characterised in that the detailed process of step 2 is as follows:
After the modeling of the flywheel Runge Kutta model under completing Simulink environment, by the flywheel Runge Kutta model file of the SignalCompiler Simulink that the first step is realized, suffix is mdl, changes into general Hardware Description Language VHDL file and for controlling comprehensive and compiling tcl script; The hdl file that conversion obtains is based on RTL, and VHDL that can be comprehensive describes.
6. the satellite flywheel simulator based on DspBuilder as claimed in claim 5 realizes method, it is characterised in that the detailed process of step 3 is as follows:
Top-level module is write with verilog hardware description language under QuartusII environment, distribution input/output end port, call the VHDL hardware module changed into by flywheel Runge Kutta mdl model file, realize the iterative process of flywheel Runge Kutta, namely flywheel is once resolved in step one �� of generationn+1��tn+1It is assigned to initial value ��n��tn, down it is iterated computing successively, finally realizes flywheel Runge Kutta solution to model and calculate.
CN201510990005.8A 2015-12-24 2015-12-24 Dsp Builder based satellite flywheel simulator achievement method Pending CN105631108A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510990005.8A CN105631108A (en) 2015-12-24 2015-12-24 Dsp Builder based satellite flywheel simulator achievement method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510990005.8A CN105631108A (en) 2015-12-24 2015-12-24 Dsp Builder based satellite flywheel simulator achievement method

Publications (1)

Publication Number Publication Date
CN105631108A true CN105631108A (en) 2016-06-01

Family

ID=56046037

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510990005.8A Pending CN105631108A (en) 2015-12-24 2015-12-24 Dsp Builder based satellite flywheel simulator achievement method

Country Status (1)

Country Link
CN (1) CN105631108A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106019944A (en) * 2016-07-12 2016-10-12 北京控制工程研究所 Momentum wheel simulator based on self-adaptive friction moment model
CN111562750A (en) * 2020-06-01 2020-08-21 哈尔滨理工大学 Permanent magnet synchronous motor simulator based on fourth-order diagonal implicit RK algorithm
CN116661794A (en) * 2023-04-21 2023-08-29 合芯科技有限公司 Hardware description language semantic conversion method and device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102122180A (en) * 2011-02-16 2011-07-13 哈尔滨工业大学 Flywheel simulator based on FPGA

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102122180A (en) * 2011-02-16 2011-07-13 哈尔滨工业大学 Flywheel simulator based on FPGA

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
杨守良等: "基于DSP Builder的插值滤波器的设计及FPGA实现", 《微型机与应用》 *
马飞等: "FPGA实现飞轮模型求解方法研究", 《计算机测量与控制》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106019944A (en) * 2016-07-12 2016-10-12 北京控制工程研究所 Momentum wheel simulator based on self-adaptive friction moment model
CN106019944B (en) * 2016-07-12 2019-01-15 北京控制工程研究所 A kind of Momentum wheels simulator based on adaptive friction moment model
CN111562750A (en) * 2020-06-01 2020-08-21 哈尔滨理工大学 Permanent magnet synchronous motor simulator based on fourth-order diagonal implicit RK algorithm
CN116661794A (en) * 2023-04-21 2023-08-29 合芯科技有限公司 Hardware description language semantic conversion method and device
CN116661794B (en) * 2023-04-21 2024-04-05 合芯科技有限公司 Hardware description language semantic conversion method and device

Similar Documents

Publication Publication Date Title
Menghal et al. Real time simulation: Recent progress & challenges
Menghal et al. Real time simulation: A novel approach in engineering education
Pelz Mechatronic systems: modelling and simulation with HDLs
CN110631792B (en) Seismic hybrid test model updating method based on convolutional neural network
CN105955031A (en) Non-linear-model-predictive-control FPGA hardware acceleration controller and acceleration realization method
CN104252550A (en) High-performance real-time simulation method based on FPGA (field programmable gate array)
CN105631108A (en) Dsp Builder based satellite flywheel simulator achievement method
CN102012673A (en) Design method of complex reaction type system controller
Beghi et al. Virtual prototyping of embedded control software in mechatronic systems: A case study
Sus et al. Development and modeling of remote laboratory works for engineering education
CN104965961A (en) Speed changing box parking system simulation realization method based on plate spring flexible deformation
Lucía et al. Modern control architectures and implementation
Maré Best practices for model-based and simulation-aided engineering of power transmission and motion control systems
CN103942380B (en) Graphical control system design and simulation tool
Gupta Hardware-software codesign
Murthy et al. Methodology for implementation of unmanned vehicle control on FPGA using system generator
Sklyarov et al. FPGA-based systems in information and communication
CN104038132B (en) There is time-varying and measure the state observation method of the servomotor postponing output and noise
Reyneri A Simulink-based hybrid codesign tool for rapid prototyping of FPGA's in signal processing systems
MacCleery et al. New mechatronics development techniques for FPGA-based control and simulation of electromechanical systems
CN105740206A (en) SAT automatic integrated solver based on FPGA
Zemmouri et al. Integration and Implimentation System-On-A-Programmable-Chip (Sopc) In FPGA
Coste et al. Multilanguage codesign using SDL and Matlab
Trost et al. Logic emulators in digital systems education
Hocenski et al. Adaptive Virtual Devices Platform for verification of FPGA modules in student courses on Digital Design

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160601

WD01 Invention patent application deemed withdrawn after publication