登录
首页 » matlab » 于群 MATLAB_Simulink电力系统建模与仿真

于群 MATLAB_Simulink电力系统建模与仿真

于 2020-09-29 发布
0 277
下载积分: 1 下载次数: 48

代码说明:

说明:  matlab建模与仿真带源码于群版,亲测非常全面,带书中例子和simpower使用手册(Matlab modeling and simulation)

文件列表:

于群 MATLAB_Simulink电力系统建模与仿真\book1.txt, 117 , 2014-08-18
于群 MATLAB_Simulink电力系统建模与仿真\example5_1_three_fault.mdl, 35804 , 2014-08-14
于群 MATLAB_Simulink电力系统建模与仿真\example5_2_Generator_fault.mdl, 42416 , 2014-08-18
于群 MATLAB_Simulink电力系统建模与仿真\example5_3_1_Ground_fault.mdl, 63102 , 2014-08-14
于群 MATLAB_Simulink电力系统建模与仿真\example5_3_2_Ground_fault.mdl, 65099 , 2014-08-14
于群 MATLAB_Simulink电力系统建模与仿真\example7_1_minus_filter.m, 1062 , 2014-08-15
于群 MATLAB_Simulink电力系统建模与仿真\example7_2_frontier_amplitude.m, 468 , 2014-10-18
于群 MATLAB_Simulink电力系统建模与仿真\example7_2_frontier_method.m, 1386 , 2014-08-18
于群 MATLAB_Simulink电力系统建模与仿真\example7_2_twopoints_method.m, 1247 , 2014-08-15
于群 MATLAB_Simulink电力系统建模与仿真\example7_3_2_direction_relay.mdl, 80175 , 2014-08-18
于群 MATLAB_Simulink电力系统建模与仿真\example7_3_direction_relay.mdl, 74922 , 2014-08-18
于群 MATLAB_Simulink电力系统建模与仿真\example7_3_frontier_method.m, 1047 , 2014-08-18
于群 MATLAB_Simulink电力系统建模与仿真\example7_4_1_transformer.mdl, 50933 , 2014-08-18
于群 MATLAB_Simulink电力系统建模与仿真\example7_4_2_transformer.mdl, 55165 , 2014-08-18
于群 MATLAB_Simulink电力系统建模与仿真\example7_4_transformer.mdl, 46048 , 2014-08-18
于群 MATLAB_Simulink电力系统建模与仿真\example7_5_travelling_wave.mdl, 51568 , 2014-08-18
于群 MATLAB_Simulink电力系统建模与仿真\example9_1_wind_turbine.mdl, 45653 , 2014-08-18
于群 MATLAB_Simulink电力系统建模与仿真\example9_2_wind_turbine_fault.mdl, 45495 , 2014-08-18
于群 MATLAB_Simulink电力系统建模与仿真\example9_3_two_wind_turbine.mdl, 528496 , 2014-08-19
于群 MATLAB_Simulink电力系统建模与仿真\MATLAB_Simulink电力系统建模与仿真 于群.pdf, 23332292 , 2015-05-16
于群 MATLAB_Simulink电力系统建模与仿真\matpower4.0b2.zip, 2359500 , 2014-04-22
于群 MATLAB_Simulink电力系统建模与仿真\MATPOWER手册(中文版).pdf, 358798 , 2014-05-19
于群 MATLAB_Simulink电力系统建模与仿真\xingbo.m, 968 , 2014-08-18
于群 MATLAB_Simulink电力系统建模与仿真\xingbo.mat, 594208 , 2014-08-18
于群 MATLAB_Simulink电力系统建模与仿真, 0 , 2015-07-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 叶孤城-iOS进阶
    这是一本ios进阶的书籍,希望对大家有所帮助(This is an advanced ios book, I hope it can help you)
    2020-10-11 18:27:33下载
    积分:1
  • OP27G_datasheet
    OP27G数据手册,精密运算放大器,来自德州仪器公司。(OP27G datasheet)
    2015-03-11 10:58:32下载
    积分:1
  • TheMITPressConceptsTechniquesandModelsofComputerPr
    一本非常好的计算机概念,技术和编程模型的原版书籍。(This innovative text presents computer programming as a unified discipline in a way that is both practical and scientifically sound. The book focuses on techniques of lasting value and explains them precisely in terms of a simple abstract machine. The book presents all major programming paradigms in a uniform framework that shows their deep relationships and how and where to use them together. After an introduction to programming concepts, the book presents both well-known and lesser-known computation models ("programming paradigms"). Each model has its own set of techniques and each is included on the basis of its usefulness in practice. The general models include declarative programming, declarative concurrency, message-passing concurrency, explicit state, object-oriented programming, shared-state concurrency, and relational programming. Specialized models include graphical user interface programming, distributed programming, and constraint programming. Each model is based on its)
    2009-12-07 22:17:44下载
    积分:1
  • 第五版数字通信答案
    说明:  该文档是数字通信第五版的课后答案,英文版的答案(This document is the answer to the fifth edition of digital communication after class and the answer to the English edition.)
    2020-11-10 19:29:47下载
    积分:1
  • LaTeX
    一份不太简短的LaTeX教程(中文),一个德国人写的入门教材,翻译也不错(LaTex teaching)
    2009-12-28 12:47:30下载
    积分:1
  • 我的第一本算法
    说明:  本书采用大量图片,通过详细的分步讲解,以直观、易懂的方式展现了7个数据结构和26个基础算法的基本原理。第1章介绍了链表、数组、栈等7个数据结构;从第2章到第7章,分别介绍了和排序、查找、图论、安全、聚类等相关的26个基础算法,内容涉及冒泡排序、二分查找、广度优先搜索、哈希函数、迪菲 - 赫尔曼密钥交换、k-means 算法等。 本书没有枯燥的理论和复杂的公式,而是通过大量的步骤图帮助读者加深对数据结构原理和算法执行过程的理解,便于学习和记忆。将本书作为算法入门的第一步,是非常不错的选择。(This book uses a large number of pictures, through detailed step-by-step explanation, in an intuitive and easy to understand way to show the basic principles of 7 data structures and 26 basic algorithms. Chapter 1 introduces seven data structures such as linked list, array and stack; from Chapter 2 to Chapter 7, 26 basic algorithms related to sorting, searching, graph theory, security and clustering are introduced respectively, including bubble sorting, binary searching, breadth first search, hash function, Diffie Herman key exchange, K-means algorithm, etc. This book does not have boring theory and complex formula, but through a large number of step diagrams to help readers deepen the understanding of data structure principle and algorithm execution process, easy to learn and remember. This book as the first step of the algorithm, is a very good choice.)
    2021-03-31 19:19:06下载
    积分:1
  • IP_Over_SDH
    介绍了Ip over SDH的基本知识和技术。(introduced Ip over SDH the basic knowledge and skills.)
    2020-09-15 18:27:57下载
    积分:1
  • the_infrared_communication_protocol
    说明:  有关红外线通讯的详细协议,有助于熟悉该协议(Details of the infrared communication protocol, help to familiarize themselves with the agreement)
    2010-04-08 17:10:58下载
    积分:1
  • Yang_et_al-2019-Navigation
    Introduction to BeiDou navigation satellite system
    2020-06-19 16:00:01下载
    积分:1
  • Fractional-Fourier-Transform
    本书运用现代信号处理的理论,系统地介绍了分数阶Fourier变换的定义与特性,分数阶Fourier分析的基本原理与方法及其典型的应用。内容包括:分数阶Fourier变换的起源与发展、定义与基本特性;分数阶Fourier变换与其他时频分析工具的关系;分数阶Fourier变换的快速算法;分数阶Fourier变换在信号的检测与参数估计、雷达信号处理、时频域滤波以及通信信号处理中的应用。(The book is the use of modern signal processing theory, the system introduces the definition and characteristics of the fractional Fourier transform, fractional Fourier analysis of the basic principles and methods of its typical applications. Include: the origin and development of the fractional Fourier transform, the definition and basic characteristics fractional Fourier transform relationship with other time-frequency analysis tool fractional Fourier transform algorithm fractional Fourier transform in signal detection and parameter estimation The radar signal processing, time and frequency domain filtering and communication signal processing applications.)
    2013-02-28 18:55:19下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载