-
polyfit2d
根据已知的三维离散数据(x,y,z),在MATLAB中利用此函数进行三维曲面拟合,再根据polyval2d得出拟合函数的系数矩阵。(according to 3D discrete datum (x,y,z),use this function in MATLAB to fit 3D surface, and use polyval2d to get coefficient matrix)
- 2009-09-04 12:58:19下载
- 积分:1
-
2
说明: CMMB系统符号同步算法设计,基于同步训练序列的同步算法(CMMB system symbol synchronization algorithm design, based on the synchronization training sequence synchronization algorithm)
- 2013-04-01 16:37:37下载
- 积分:1
-
2006513927150
一个使用数学方法生成波形声音文件的源代码,可以载入预置数学公式,保存8位和16位单声道声音文件,可以设置振幅、频率、持续、采样等参数,可以调整波形斜面,回声。
这个代码值得推荐!(The use of mathematical methods to generate a waveform sound files of source code, can load preset mathematical formula, save 8 and 16-bit mono sound files, you can set the amplitude, frequency, continuous, sampling and other parameters, you can adjust waveform slope, echo . It is recommended this code!)
- 2008-05-25 14:10:19下载
- 积分:1
-
matlabvc
matlab和ivsualc++联合编程相关(matlab and ivsualc++ related to joint programming)
- 2010-05-24 13:32:41下载
- 积分:1
-
AKF
自适应KF对航行器进行滤波,包括sage_husa,和简化的自适应算法。(KF adaptive filtering for aircraft, including sage_husa, and simplified adaptive algorithm.)
- 2020-12-10 21:19:19下载
- 积分:1
-
Huffman
用赫夫曼树进行编码和解码的相关操作,支持字符串的加密和解密(the procedure was wrote for huffman code ,which can be uesd to encode sting)
- 2014-11-25 15:25:38下载
- 积分:1
-
QPSK
10mQPSK C++代码 rrc滤波(10mQPSK C++ rrc)
- 2013-12-25 10:13:16下载
- 积分:1
-
samsung_monitor_jig_3.0b_534
SAMSUNG LCD FIRMWARE
- 2012-09-12 07:47:35下载
- 积分: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
-
pwm_up
matlab单相逆变simlink仿真程序(matlab simlink pwm inverter simulation program)
- 2011-05-24 13:20:53下载
- 积分:1