-
gls
gsl具有强大的矩阵运算,信号分析功能,使用gsl提供的库文件能加速vc开发复杂的数学运算,摆脱对MATLAB的依赖(gsl own powerful function of matrix operations and signal analysis , use the gsl provided library files,you can speed up the development of complex mathematical operations vc, get rid of dependence on the MATLAB)
- 2010-07-25 20:26:23下载
- 积分:1
-
Note8_Dcm_debug_note
汽车开放式架构Autosar 中的诊断通信模块的调试笔记。(The doc is the debug note for the Dcm moude in the AUTOSAR .)
- 2014-08-12 17:30:43下载
- 积分:1
-
FFT1
说明: 使用VC与MATLAB混合编程实现了一路波形信号的FFT变换,简单修改后可以应用于信号处理程序中,由于使用了混合编程,大大减少了代码编写工作量(The use of VC and Matlab MATLAB waveform signals all the way FFT transform, simple modifications can be applied to signal processing procedures, the use of hybrid programming, greatly reducing the workload coding)
- 2008-11-24 16:44:42下载
- 积分:1
-
RBigMem
基于share memory 为32bit程序同一个提供一个内存现在的内存访问库(Based on a share memory with a memory now 32bit memory access library program)
- 2015-02-05 13:36:05下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
cifa1
实现haffuman编码的功能,可以正确运行仿真并实现正常的输出(Encoding functions to achieve haffuman)
- 2009-12-08 00:04:04下载
- 积分:1
-
pencil
Elementary graphics editing.Sources MFC application that was created in VIsual C ++. Run the program and draw the strip.
- 2014-10-01 16:43:49下载
- 积分:1
-
matlab
个人所写的matlab 命令行启动方法详解(Personal written Matlab command line start method detailed)
- 2013-04-15 21:17:19下载
- 积分:1
-
malloc
ics 的malloc实现,采用分离存储,模拟memory的malloc和free等操作。(to realize the molloc and free operation, the lab of ics class)
- 2014-01-09 10:36:34下载
- 积分:1
-
Matlab-and-VCPP-mixing-programming
Matlab_ and _VC + + mixing programming process explanation (including part of the problem solutions)(Matlab_ and _VC++ mixing programming process explanation (including part of the problem solutions))
- 2011-11-23 22:44:51下载
- 积分:1