代码搜索结果
找到约 10,000 项符合
1 的代码
1-1.c
#include
int main()
{
printf("Welcome to Linux Programming\n");
return 0;
}
1_1.m
[h0,h1]=meshgrid([-4:0.2:4]); %确定滤波器系数矩阵H(n)的范围
J=0.55+h0.^2+h1.^2+2*h0.*h1*cos(pi/8)-sqrt(2)*h0*cos(pi/10)-sqrt(2)*h1*cos(pi/40*9);
%计算各组系数下的误差性能J(H)
figure(1);
surf
1_1.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
1_1.dsp
# Microsoft Developer Studio Project File - Name="1_1" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso