-
kmeans
Kmeans算法的Matlab 程序,能评价分类后的的效果(Kmeans algorithm Matlab program to evaluate the effects of post-classification)
- 2011-06-05 20:39:20下载
- 积分:1
-
wavecdf97
Multi-level discrete 2-D wavelet transform with the Cohen-Daubechies-Feauveau (CDF) 9/7 wavelet.
- 2012-05-13 22:28:45下载
- 积分: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
-
AC_toAC_1I
this file is an ac to ac controller.
you can control the output by adjusting the firing angle of the SCR.
- 2013-12-20 14:21:52下载
- 积分:1
-
mpbtransformer
a balanced multi purpose transformer for railway traction applications used for harmonic reduction and balancing purposes.
- 2014-02-20 14:00:02下载
- 积分:1
-
speech_enhancement_GUI
自己编写GUI界面实现语音增强,可在main.c中点击菜单debug中的run便可以运行程序,可分别实现谱相减、最小均方和维纳滤波语音增强(GUI interface to prepare themselves to achieve enhanced voice, in main.c which debug menu click the run will be operating procedures, can be achieved spectral subtraction, both the smallest and the Wiener filter speech enhancement)
- 2021-05-13 15:30:02下载
- 积分:1
-
linemotortwo
采用传递函数的转速、电流双闭环直渡调速系统的仿真模型(Using the transfer function of the speed of the current double closed loop the straight crossing speed control system simulation model)
- 2013-04-09 21:26:02下载
- 积分:1
-
TPCsim
TPC性能仿真程序,实现TPC编码及译码,并画出BER性能曲线。(TPC performance simulation procedures, the TPC coding and decoding, and draw the BER performance curve.)
- 2021-03-26 13:19:13下载
- 积分:1
-
hehe
这编程是关于三维图形的仿真,X.Y都是有取值范围的,图形都是有各种颜色(This program is about three-dimensional graphics simulation, XY are all the range, the graphics are a variety of colors)
- 2011-01-06 13:33:24下载
- 积分:1
-
decode_ldpc_APP_LLR
LDPC译码算法,采用优化算法APP LLR(LDPC decoding algorithm using optimization algorithms APP NBC)
- 2007-02-05 14:47:38下载
- 积分:1