-
PQ-decomposition-
说明: 用matlab编程实现电力系统P-Q分解法的节点编号最优化(Power system with matlab programming PQ decomposition node number optimization)
- 2011-03-18 11:18:39下载
- 积分:1
-
MMmsimulation
说明: 这个是M/M/m队列系统仿真,由matlab 平台仿真的源代码(This is M/M/m queuing system simulation, simulation by matlab platform s source code)
- 2008-11-29 16:43:14下载
- 积分:1
-
FloydMATLAB
Floyd的Matlab教程,很简单。。
几行代码而已。(Floyd' s Matlab tutorial, very simple. . A few lines of code.)
- 2011-09-11 08:09:12下载
- 积分:1
-
fem-matlab
fem in matlab a good sourse for structural engineers
- 2015-01-07 08:19:17下载
- 积分:1
-
yangjinchuan
关于bpsk的ber仿真与理论性能比较,可运行(Ber simulation and theoretical performance on bpsk comparison, you can run)
- 2013-11-26 20:11:30下载
- 积分:1
-
matrix
matrix converter is having advantages when compared to traditional converters. the loss are less in this converter.
- 2014-01-18 20:44:36下载
- 积分:1
-
ASIC_LIB
ASIC设计中常用的运算模块,如加减,常系数乘法,截断,饱和等。(some modules used in ASIC design.)
- 2010-03-10 15:52:28下载
- 积分: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
-
Doppler
一种MIMO体制天波雷达多普勒扩展杂波抑制方法(Doppler radar system for MIMO-day extension clutter suppression method)
- 2013-12-09 16:39:41下载
- 积分:1
-
xiaobobianhuan
小波变换和用小波变换做的滤波器的Matlab源代码。(Wavelet transform and the wavelet filter Matlab source code.)
- 2014-02-11 20:15:32下载
- 积分:1