-
NeuralNetwork_RBF
说明: 基于matlab 的rbf神经网络计算,下载解压缩后直接运行(The rbf neural network-based computing matlab, download directly after extracting run)
- 2009-08-28 11:14:33下载
- 积分:1
-
GraphLib
Franchek algorithm for finding the (A,n)
- 2011-07-23 09:19:45下载
- 积分:1
-
manual-matpower-(OPF)
this is a manual about OPF using matpower
- 2020-07-15 22:48:51下载
- 积分:1
-
NND
基于遗传算法 神经网络计算补偿因子 译码算法 NND(NND calculation of compensation factor decoding algorithm based on genetic algorithm neural network)
- 2015-01-16 21:56:32下载
- 积分:1
-
inverted_pendulum
运用模糊控制器编写matlabM文件,实现小车单级倒立摆系统的控制问题(fuzzy control in inverted pendulum systems)
- 2011-12-22 21:52:07下载
- 积分:1
-
modern-communication-systems
说明: 现代通信系统的全文程序,超全的,超赞,很好的哟,很好(The full text of procedures of modern communication systems, ultra wide, ultra Zambia)
- 2010-04-13 19:30:46下载
- 积分:1
-
wind
基于三相异步感应式风力发电机的风力发电机的风速仿真模型(Based on three-phase asynchronous induction wind generator wind turbine wind simulation model)
- 2021-04-16 14:38:53下载
- 积分:1
-
ART-(Pattern-Classification)
a project for pattern classification by ART neural network (with GUI).
- 2011-07-16 15:07:08下载
- 积分: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
-
XieLvDuiShu2
1、利用自相关法找出含有大量数据的周期信号的周期 2、利用互相关对齐含有大量数据的多路采样信号以便分析 3、使用分段平滑经过求导后的含有干扰的图像曲线(1, using the autocorrelation method contains large amounts of data to identify the period of the periodic signal 2, using the cross-correlation contains a large amount of data aligned with the sampling signal for the multiplexed analysis, the use of segmented through derivative after smoothing with interference by the image curve)
- 2013-10-22 16:37:12下载
- 积分:1