-
image_p
应用MATLAB语言处理数字信号与数字图像,适合初学者学习(Application of MATLAB language processing digital signals and digital images, suitable for beginners to learn)
- 2010-06-20 12:14:25下载
- 积分:1
-
Kalman
作为用MATLAB语言编写的一段卡尔曼滤波程序,恳请大家指正!(Time-varying Kalman filtering process, as with the Writing section of MATLAB language program, I urge you to correct me!)
- 2009-03-20 17:48:29下载
- 积分:1
-
802.15.4--PHY-SIMULATION
该程序为IEEE 802.15.4物理层仿真程序。工作频段为2.4GHz,信道模型为AWGN,仿真不同SNR情况下的BER。(This is a matlab programme of IEEE 802.15.4 which simulate the ber in different SNR values.The channel model is AWGN.)
- 2011-07-26 16:05:25下载
- 积分:1
-
chengjiguanli
利用MATLAB软件对学生的各项信息进行统计,然后按照学生的成绩进行排名。(MATLAB software statistics the information to the students, and then ranked according to the students' academic achievement.)
- 2013-03-23 17:51:48下载
- 积分:1
-
bilinerQuard
bilinearquard在matlab中的实现 matlab有限元分析 源程序(bilinearquard implementation in matlab matlab source Finite Element Analysis)
- 2013-11-11 13:46:44下载
- 积分:1
-
yinxianggaoditonglvbo
这是一个音像高低通滤波MATLAB代码,其中包括巴特沃斯低通滤波,高斯高通滤波,高斯低通滤波,理想矩形低通滤波,理想圆形低通滤波……(This is a sound image high and low pass filter MATLAB code, which includes Butterworth low-pass filter, Gaussian high-pass filter, Gaussian low-pass filter, ideal rectangular low-pass filter, ideal circular low-pass filter ...)
- 2017-05-13 11:58:09下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
Modern_Digital_and_Analog_Communications_Systems_
digital modulation System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2009-03-11 15:30:26下载
- 积分:1
-
anolog_circuit
遗传编程实现模拟电路设计,模拟电路在诸如通信等高速应用领域方面十分重要(automated analog circuit design__ using genetic programming)
- 2010-06-03 10:36:48下载
- 积分:1
-
OFDMmoni
这是一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,上下变频,高斯信道建模,FFT,PAPR抑制,各种同步,解调和解码等模块,并统括系统性能的仿真验证了系统设计的可靠性。
(This is a relatively complete OFDM communication system simulation design, including coding, modulation, IFFT, and down conversion, Gaussian channel model, the FFT, PAPR suppression, and a variety of synchronization, such as demodulation and decoding module and system performance omnibus The simulation results show the reliability of system design.)
- 2012-06-06 21:29:40下载
- 积分:1