-
MATLAB
MATLAB中单位脉冲信号和单位抽样序列的产生程序(MATLAB in the sampling unit and unit pulse sequence generation program)
- 2010-10-25 12:54:41下载
- 积分: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
-
sr
说明: 双稳态随机共振与时间同步的相关性研究可以改变随机共振原则改变系统工作环境(is investigated the characteristics of stochastic resonance of the signal added Gaussian white noise in a bithreshold system)
- 2010-03-23 13:54:29下载
- 积分:1
-
qpsk_simul
this file is QPSK using simulink..
- 2010-05-17 13:52:52下载
- 积分:1
-
kalman_filter_success2
实现一维卡尔曼滤波,画出真实值和估测值之间的图像,通过比较,研究卡尔曼滤波的性质。(Implement a Kalman filter, draw the image and estimate the true value between the values, by comparison, study the nature of the Kalman filter.)
- 2013-12-28 17:01:05下载
- 积分:1
-
PTS-PAPR
PTS法降低OFDM系统峰值平均功率比的源代码(OFDM system PTS method to reduce peak to average power ratio of the source code)
- 2013-06-02 17:55:04下载
- 积分:1
-
wav-watermark
wav格式的音频中实现水印的嵌入与提取
由现成的软件超级MP3转换大师V1.20把mp3->wav
然后再由MATLAB做wav水印嵌入
(wav audio format to achieve watermark embedding and extraction of off-the-shelf software from Super Master V1.20 to MP3 conversion mp3-> wav then wav watermark embedding MATLAB to do)
- 2009-06-12 19:01:54下载
- 积分:1
-
GPSMatlabprocedure
说明: 非常全的GPS(全球定位系统)的Matlab源代码(Very wide of the GPS (Global Positioning System) of the Matlab source code)
- 2008-10-15 19:06:53下载
- 积分:1
-
GraphMakeUndirected
里面有两个程序一个可以方便改变网络节点连接方向的程序,非常好用,另一个可以生成随机图,对研究网络的性能很有帮助(There are two programs that can easily change the direction of the program to connect network nodes, very easy to use, one can generate random maps, useful for the study of network performance)
- 2011-07-05 23:43:58下载
- 积分:1
-
mstg
产生信号序列向量st,并显示st的时域波形和频谱
st=mstg 返回三路调幅信号相加形成的混合信号,长度N=800( Generated signal sequence vector st st time-domain waveform and the spectrum st = mstg return three AM signals are added to form the mixed-signal length N = 800)
- 2013-03-26 11:16:36下载
- 积分:1