-
gui_filter
Design of Filters using GUI (The code provides the user friendly GUI usage in filter design)
- 2009-09-21 19:24:43下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
simulink_communicationsystems
文件中包含有AM, DSB-SC, FM, PLL, Data Acquisition, Digital Data Transmission, PCM和Delta Modulation的simulink环境下的实现 (This project allows you to learn the communication systems in greater depth by giving you
the reins to play with it ! It contains the simulink files (*.mdl) which are block design
files of various communication systems such as AM, DSB-SC, FM, PLL, Data Acquisition, Digital
Data Transmission, PCM and Delta Modulation. )
- 2009-10-17 13:18:04下载
- 积分:1
-
asymotor
三相异步电机的矢量控制的模型,希望对大家有所帮助(Vector control,hope that)
- 2013-07-17 09:45:33下载
- 积分:1
-
Genetic-algorithm
采用MATLAB编程,采用遗传算法求分段函数极值(Using MATLAB programming, using genetic algorithm for segmentation function extremum)
- 2013-11-12 17:19:10下载
- 积分:1
-
LDPC_hard_BSC
说明: 低密度奇偶效驗碼利用硬式解碼再經過bsc通道下的錯誤率(Low-density parity codes using hard and then after bsc channel decoding error rate under the)
- 2011-02-21 21:05:36下载
- 积分:1
-
matrix-tezhengzhijisuan
说明: 通过求矩阵特征多项式的根来求其特征值
幂法求矩阵的主特征值及主特征向量
瑞利商加速幂法求对称矩阵的主特征值及主特征向量
收缩法求矩阵全部特征值
收缩法求矩阵全部特征值
位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量
QR基本算法求矩阵全部特征值
(Characteristic polynomial by the root of a matrix to find the eigenvalues of a matrix power method and the main characteristics of the main features of the value of acceleration power vector Rayleigh quotient method Symmetric Matrix Eigenvalue and the main characteristics of the main vector of contraction method to shrink the value of all the characteristics of a matrix Law of the value of all the characteristics of a matrix inverse power law shift away from a constant of a matrix eigenvalue recently and its corresponding eigenvector matrix QR algorithm for getting all the characteristics of the basic values)
- 2011-04-11 16:39:15下载
- 积分:1
-
ME_EDDR_final_code_xilinx
the motion vector of the video sequence is analyzed for improving the error detection rate
- 2015-03-25 00:56:49下载
- 积分:1
-
simulink
需要将音乐文件bhk_med.wav放于D盘根目录下才可以直接执行程序,或将程序中的音乐文件路径指向当前目的音乐所在的地址。背景音乐可以更换,甚至可以自行合成。(Music files need to be put in the D bhk_med.wav root directory before you can run the program directly, or to program the music file path to the address of the current purpose of music is located. Background music can be replaced, even on their own can be synthesized.)
- 2013-12-17 15:50:56下载
- 积分:1
-
jifaxinhao
matlab编制的五波峰脉冲调制信号,应用heaviside脉冲函数(Five crest pulse modulated signal matlab compiled application heaviside pulse function)
- 2015-04-16 09:04:06下载
- 积分:1