-
Single_Phase_Inverter
Single Phase Inverter with PWM
- 2021-03-27 21:19:12下载
- 积分:1
-
刚度矩阵
说明: 该命令流用于计算层剪切模型串并联体系的刚度矩阵(The command flow is used to calculate the stiffness matrix of the series parallel system of the layer shear model)
- 2019-12-02 19:25:20下载
- 积分:1
-
Sandhu09_Coding_Theory_Project
An implementation of Convolutional coding and Viterbi decoding with step by step
- 2010-06-19 22:21:08下载
- 积分:1
-
FNN_MATLAB
模糊神经网络解耦MATLAB程序,大家可以根据自己的实际项目进行代码数值的修改。(fuzzy neural network)
- 2009-04-25 23:31:24下载
- 积分:1
-
Esmart1
完成智能天线系统的仿真,可以任意输入信噪比,相位差等(Smart Antenna System to complete the simulation, can be input SNR, phase, etc.)
- 2009-05-20 10:30:49下载
- 积分:1
-
-Power-System-Load-Forecasting-
说明: 电力系统负荷预测研究综述与发展方向的探讨(Review of Power System Load Forecasting and the development of)
- 2011-04-06 13:39:18下载
- 积分:1
-
data-handling-algorithm-learning
数据组合方法研究,该方法是以多项式为基础通过不断筛选组合来辨识非线性系统的模型。该文章详细介绍了该方法的发展及实现步骤。针对该方法中的不足,提出改进措施(Data combination method, the method is based on the polynomial basis through continuous screening combination to identify the model of the nonlinear system. The article describes in detail the development and implementation steps of the method. Deficiencies in the methods, suggest improvements)
- 2013-03-21 15:16:18下载
- 积分:1
-
simulink_homework
matlab仿真作业,使用simulink,包括lorenz方程、卫星轨道、调制与解调(matlab simulation operations, the use simulink, including lorenz equation, satellite orbit, modulation and demodulation)
- 2013-11-10 14:23:19下载
- 积分:1
-
F_ifft_addCP
OFDM使用ifft加入CP的子函数。能够和其他函数并行使用,并被调用。(Joined CP in OFDM using ifft Functions. And other functions can be used in parallel, and was called.)
- 2010-10-03 14:34:55下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1