-
vibranaly
matlab的GUI绘图,读取.bin文件数据,并对其进行信号分析处理(The GUI matlab graphics, read .bin file data, and its signal analysis and processing)
- 2021-04-21 15:28:50下载
- 积分:1
-
mse_lmse
组合需要读取的图像文件直接路径和间接路径,读取jpg图像,并计算压缩图像和无压缩图像的均方值和LMSE(Combination needs to read the image files of the direct path and indirect path, to read the jpg image, and calculate the mean square value of compressed images and uncompressed images and LMSE)
- 2012-11-23 21:43:13下载
- 积分:1
-
ica_demo
ICA算法的一个例子,适于初学者。其中采用实际的数据进行盲分离。(ICA an example of the algorithm, suitable for beginners. The actual use of these data for blind separation.)
- 2006-07-01 13:57:28下载
- 积分:1
-
6
说明: 对标准卡尔曼滤波方法中野值对其滤波精度的影响,提出了基于M估计的野值
处理方法。这种方法不仅可以去除单个野值的影响,而且在野值成片出现时还能很好地保持滤波
稳定性。通过仿真验证了该方法的有效性。(Their filtering accuracy on the standard Kalman filtering method outliers, outliers based on M-estimation approach. This method can not only remove the impact of individual outliers, and opposition values into the film appears to keep the filter can be very stability. The effectiveness of the method is verified by simulation.)
- 2013-03-29 11:32:56下载
- 积分:1
-
PMSMsimulink
永磁同步电机空间矢量脉冲宽度调制matlab仿真
(Permanent magnet synchronous motor space vector pulse width modulation)
- 2011-12-28 14:22:27下载
- 积分:1
-
traveling_salesman
遗传算法 旅行商路径优化 编码选择交叉变异解码 (Genetic algorithm optimization of traveling salesman path selection crossover and mutation encoding decoding)
- 2010-05-07 15:35:34下载
- 积分:1
-
speech_analysis
神经网络的通用程序 对初学神经网络的人很有帮助(General procedures for neural network Neural networks for beginners who helps)
- 2011-05-23 16:53:07下载
- 积分:1
-
golden
codigo golden programa
- 2013-11-27 03:55:02下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
fcm-code-for-image-segmentation
This is the image segmentation code. It uses built in fuction fcm to perform the image segmentation. It partition the images into seven clusters.
- 2015-03-21 02:34:45下载
- 积分:1