-
peridogramse
本程序在MATLAB开发环境下,用周期图谱估计的方法对信号的频谱进行了估计,估计结构为两个频率分量。(The procedure developed in the MATLAB environment, with the cycle map estimation method to estimate the signal s spectrum, estimated structure for the two frequency components)
- 2010-07-20 19:07:02下载
- 积分:1
-
ULA_FANGXIANGTU
均匀直线阵列方向图ULA,适合初学自适应信号处理的朋友(for beginners about array signal processing)
- 2012-04-21 20:30:05下载
- 积分:1
-
MSE_compares
orthogonal frequency division multiplexing
- 2009-02-14 00:30:40下载
- 积分:1
-
Copy-of-mimo-ofdm
mimo ofdm energy efficient and channel capacity
- 2012-04-09 20:51:11下载
- 积分:1
-
OFDM_signal
ofdm signal generation
- 2011-07-26 00:06:03下载
- 积分:1
-
Time-frequency-atom-
时频原子分解算法利用冗余特性分解成多个时频原子库来进行信号特征的处理分析(Time-frequency atom decomposition algorithm using redundant features broken down into processing and analysis the multiple frequency atoms library to signal characteristics)
- 2012-09-24 17:18:35下载
- 积分:1
-
Wavelet_Noise
1/f噪声采用多分辨分析进行参数提取,并波形恢复(1/f noise analysis using multi-resolution parameter extraction and waveform recovery)
- 2014-04-19 22:22:46下载
- 积分:1
-
cao_m
计算相空间重构,能够直接输出嵌入维的cao程序,(Can be directly embedded dimension cao program output)
- 2020-11-21 16:49:36下载
- 积分:1
-
0123744865
Book - Introduction to pattern recognition : a MATLAB approach - Sergios Theodoridis.
- 2010-08-27 10:45:49下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1