-
2yuanzhen
均匀圆阵的指向性仿真和模拟,原创,最后求出其指向性图,参数可自行代换(Uniform circular array of directional and analog simulation, originality, and finally obtained its directivity diagram, parameters can be self-substitution)
- 2008-04-14 19:08:09下载
- 积分:1
-
esw
radial basic function
- 2010-11-20 23:56:52下载
- 积分:1
-
mydata
基于MATLAB/simulink的永磁同步电机仿真模型.空间失量磁场定向算法222(Based on MATLAB/simulink simulation model of permanent magnet synchronous motor. Spatial loss field oriented algorithms 222)
- 2011-01-26 00:17:22下载
- 积分:1
-
detectRR
This is a detector of RR based on wavelet for ECG os 1khz sample frequency
- 2015-01-23 06:40:51下载
- 积分:1
-
ruilixindao
产生不同增益因子下的锐利信道十条误码率曲线,信噪比范围0~30DB(Under different gain factor of sharp curve, the article channel ber SNR range 0 ~ 30DB)
- 2010-06-13 18:34:43下载
- 积分:1
-
zikangrao
说明: 演变过程 自抗扰控制器自PID控制器演变过来,采取了PID误差反馈控制的核心理念。传统PID控制直接引取输出于参考输入做差作为控制信号,导致出现响应快速性与超调性的矛盾出现。(In the process of evolution, ADRC evolves from PID controller and adopts the core idea of PID error feedback control. Traditional PID control directly draws the output from the reference input as a control signal, which leads to the contradiction between response speed and overshoot.)
- 2019-01-25 03:38:54下载
- 积分:1
-
work
主要的MATLAB程序可供初级中级者学习(The main MATLAB program is available to study the primary intermediate)
- 2009-12-05 10:21:04下载
- 积分:1
-
dsp-experimental-original-code
数字信号处理中,几个实验的matlab原代码。(Digital signal processing, Matlab several experiments the original code.)
- 2013-03-31 23:08:43下载
- 积分:1
-
noscalrang
此程序用于高光谱数据运算中绘制并得到红边光谱范围(This program for high-spectral data computing in the draw and get the red edge spectral range)
- 2010-08-21 09:45:31下载
- 积分: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