-
butterworth--3d
三维数字滤波器中的butterworth理想低通滤波器的matlab仿真及其结果(3 d digital filter butterworth ideal the low-pass filter of matlab simulation and the result
)
- 2011-12-13 15:44:17下载
- 积分:1
-
park
数学建模之公园建路问题(2012年西北工业大学数学建模竞赛)(Mathematical modeling of the park was built Northwestern Polytechnical University Mathematical Contest in Modeling (2012))
- 2012-09-07 19:41:48下载
- 积分:1
-
video_processing
视频处理有关MATLAB源程序,包括视频定位,视频模板匹配,视频分割,视频滤波,视频捕捉等(MATLAB source video processing, including video positioning, video template matching, video segmentation, video filtering)
- 2010-09-01 20:36:55下载
- 积分:1
-
Cognitive-Radar-Theory-
雷达系统的理论和设计一直占主导地位
概率论与统计,信息理论,信号处理和控制
然而,类似的编码译码的属性之间存在的视觉
BIAM和雷达已经黯然忽视的m所有雷达系统(For over six decades, the theory and design of radar systems have been dominated
by probability theory and statistics, information theory, signal processing and control
However, the similar encoding-decoding property that exists between the visual
biam and radar has been sadly overlooked m all radar systems)
- 2013-09-09 20:22:52下载
- 积分:1
-
pv
说明: A PHOTOVOLTAIC PANEL MODEL IN MATLAB/SIMULINK
- 2013-10-19 18:18:44下载
- 积分:1
-
ctl_progress
HERE is a smapmpke of my code
- 2013-12-02 15:10:33下载
- 积分:1
-
2016.11.07HGWO(DE-GWO)
灰狼算法用于多目标寻优问题,以阴影遮挡下的光伏电池最大功率点寻优为例编程。(Grey Wolf algorithm is used for multi-objective optimization problem, and the maximum power point optimization of photovoltaic cells under shading is taken as an example.)
- 2020-10-04 17:07:39下载
- 积分:1
-
engine
发动机系统仿真,matlab/simulink 系统仿真和运算,可以根据油门估算出扭矩(Engine system simulation, matlab/simulink simulation and computing systems, torque can be estimated based on throttle)
- 2013-12-07 02:32:57下载
- 积分:1
-
1
说明: FFT 与LZW编码算法相结合,实现压缩功能,MATLAB仿真实现(FFT LZW compress)
- 2013-11-20 22:11:22下载
- 积分: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