-
GUI
对一段声音进行高通低通和带通滤波 ,观察其波形,滤波频率可选择(A sound of high-pass low-pass and band-pass filter, and observe the waveform, the filter frequency selectable)
- 2012-04-07 16:59:18下载
- 积分:1
-
Tmaps
This program shows how to overlay a statistical map on top of an anatomical map.
- 2012-08-07 13:32:08下载
- 积分:1
-
NavierCode
This code is the Navier Method for analyzing a plate for those who are familiar with the theory of "plates and shells".
- 2013-12-03 08:35:13下载
- 积分:1
-
RLS-MATLAB
Rls递推二乘最小算法的MAtlab 仿真。(Rls recursive least square algorithm MAtlab simulation.)
- 2007-05-14 13:22:30下载
- 积分:1
-
Signal_Generator
基于PRBS码型产生QPSK和16QAM信号(QPSK and 16QAM signal generation based on PRBS code)
- 2020-06-18 01:40:01下载
- 积分:1
-
svpwm12345
SVPWM在永磁同步电机上的仿真,很好的与SPWM的仿真形成比较(PMSM simulation based on SVPWM)
- 2009-03-29 09:52:23下载
- 积分:1
-
calcnbins.m
calculate optimum number of bins when construct histograming.
- 2009-06-28 14:44:50下载
- 积分:1
-
audiowaterprint
说明: 这是在matlab开发环境下,编程实现基于小波变换的音频水印的嵌入,提取,检测等工作。(It is the matlab code for audio waterprint based on wavelet transform,embeding and extration of the waterprint are included.)
- 2010-03-23 11:59:20下载
- 积分:1
-
matlab_tot
《 MATLAB 程式设计与应用》,网络WEB版本,包含了很多MATLAB的相关示例与代码。(" MATLAB programming and applications" , Internet WEB version of MATLAB contains a number of relevant examples and code.)
- 2010-07-29 00:51:06下载
- 积分:1
-
matlab-work
f=zeros(30,30)
f(5:24,13:17)=1
imshow(f, notruesize )
F=fft2(f,256,256)
F2=fftshift(F)
figure,imshow(log(abs(F2)),[-1 5], notruesize )
- 2010-11-20 17:07:18下载
- 积分:1