-
harmonicwaveletprogram
本源代码主要实现谐波小波的分解及重构的matlab程序。(Source code of the main harmonic wavelet decomposition and reconstruction of the matlab program.)
- 2007-12-13 16:10:10下载
- 积分:1
-
hydrogen_sph_harm
Three dimensional hydrogen atom spherical harmonics visualization.
- 2009-03-30 00:10:10下载
- 积分:1
-
dsp2
lms自适应算法实现谱线增强,通过该算法可以实现过滤宽带信号,保留窄带信号(LMS adaptive line enhancement algorithm, the algorithm can be achieved through filtering of broadband signals, narrowband signals retained)
- 2008-12-18 21:49:03下载
- 积分:1
-
GaussSeidel
método iterativo de resolución de sistemas lineales GAUSS SEIDEL
- 2009-11-27 01:08:31下载
- 积分:1
-
10
说明: 例题全部代码. 薛定宇, 陈阳泉. 高等应用数学问题的Matlab求解.(All the code examples. Xue Dingyu, Chen Yangquan. MATLAB to solve higher applied mathematical problems.)
- 2011-04-29 10:17:51下载
- 积分:1
-
QPSK(matlab)
QPSK调制与解调在matlab平台上的实现。能以图形的方式显示其工作过程以及计算相应的误码性能。(QPSK modulation and demodulation in Matlab platform is realized. In a graphic display of their work process and the corresponding calculation of the error rate performance.)
- 2006-06-04 12:23:47下载
- 积分:1
-
UWB算法程序
超宽带UWB室内定位算法,程序,matlab版(Ultra wideband UWB indoor positioning algorithm, program, matlab Edition)
- 2021-05-13 08:30:02下载
- 积分:1
-
gsm_fs
说明: 用matlab实现的GSM TCH/FS系统在高斯信道、瑞利信道的性能仿真,其中用到了循环编码、卷积码、交织码等信道编码知识(Using matlab to achieve GSM TCH/FS system in the Gaussian channel, Rayleigh channel performance simulation, which uses a loop encoding, convolutional codes, interleaving codes channel coding knowledge)
- 2010-03-22 09:36:17下载
- 积分:1
-
New-folder-(3)
MATLAB is a commonly used program for computer modeling.
- 2013-01-03 00:34:13下载
- 积分:1
-
Mersenne-Twister
利用Mersenne Twister算法产生随机数,并测试和分析了其随机性。 程序中还加入了界面显示。
各个文件为:
initGenerator.m:
initGenerator函数,用于初始化随机序列的长度和值
generateNum.m:
generateNum函数,当index为0时被调用,用于创建624维的移位寄存器数组
extractNum.m:
extractNum函数,根据index当前值选择数组中的数生成随机数,同时改变index的值。
main.m:
main主函数,输入种子seed和产生数目total,输出产生结果及随机性测试结果
mymy.m和mymy.fig:
用于界面显示的部分,这两个文件会通过界面传入seed和total的值,并调用main函数,在相应的框中显示输出结果。
(According to the algorithm principle on Wikipedia, the Mersenne Twister algorithm to generate random numbers, and test and analysis of its randomness. The program has also joined the interface display.
The individual files are:
initGenerator.m:
initGenerator function used to initialize the random sequence length and value
generateNum.m:
generateNum function is invoked when the index is zero, and used to create a 624-dimensional shift register array
extractNum.m:
extractNum function, according to index the current value to select the number to generate random numbers, and change the value of the index in the array.
main.m:
main function of the input seed to seed and produce the number of total, the output generated results and the randomness of the test results
mymy.m and mymy.fig:
Part of these two files for interface display interface incoming seed and the total value of, and calls the main function, to display the output in the appropriate boxes.)
- 2012-07-22 21:51:55下载
- 积分:1