-
This c program is a low pass filter for radio signal 0.3kHz
这是一个对语音信号(0.3kHz~3.4kHz)进行低通滤波的C语言程序, 低通滤波的截止频率为800Hz,滤波器采用19点的有限冲击响应FIR滤波。 语音信号的采样频率为8kHz,每个语音样值按16位整型数存放在insp.dat文件中。-This c program is a low pass filter for radio signal 0.3kHz-3.4kHz.The stop frequence of this
filter is 800hz.This digtal filter chooses 19 points FIR.the fs is 8kHz.every datas is memoryed in filed-insp.dat.
- 2023-03-13 16:10:03下载
- 积分:1
-
多项式拟合 多项式拟合 多项式拟合 多项式拟合 多项式拟合
多项式拟合 多项式拟合 多项式拟合 多项式拟合 多项式拟合-Polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial fitting
- 2022-02-03 21:39:33下载
- 积分:1
-
C#计算器
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
using System.IO;
namespace 计算器
{
///
/// Form1 的摘要说明。
///
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button11;
private System.Windows.For
- 2023-01-30 17:15:03下载
- 积分:1
-
Mathematics, like after the transformation, QR decomposition, such as solution o...
数学,好似后的变换,QR分解等解场系数微分方程的程序-Mathematics, like after the transformation, QR decomposition, such as solution of differential equation field procedures
- 2022-09-13 06:45:03下载
- 积分:1
-
用Delphi写的简易计算器,请多指教!
用Delphi写的简易计算器,请多指教!- Simple calculator writes which with Delphi, please advises!
- 2022-03-24 11:16:42下载
- 积分:1
-
Matlab 傅里叶频率图像配准
图像处理、 基于傅里叶变换的图像配准、 主要包括傅里叶变换、 影像配准的方法、 基于相位相关法进行图像配准。对具有图像平移,旋转缩放变换的图像都可以进行配准
- 2022-03-19 18:52:22下载
- 积分:1
-
求解非线性不动点方程组x=G(x)的非线性塞德尔迭代方法,初值x0...
求解非线性不动点方程组x=G(x)的非线性塞德尔迭代方法,初值x0-For solving nonlinear fixed point equation x = G (x) the nonlinear Seidel iterative method, initial value x0
- 2022-08-11 02:55:05下载
- 积分:1
-
快速傅立叶变换,非常简洁快速。测试与mablab中快速傅立叶变换效果相当
快速傅立叶变换,非常简洁快速。测试与mablab中快速傅立叶变换效果相当-Fast Fourier Transform, a very simple style and fast speed. Testing and fast Fourier transform mablab in effect a considerable
- 2022-01-24 09:30:48下载
- 积分:1
-
mfc随机数生成排序以及列表
资源描述可在mfc框内生成随机数,然后进行随机数的排序
- 2022-10-21 09:40:07下载
- 积分:1
-
c语言学生管理系统
本程序主要是运用C语言实现了意见简单的学生管理系统,所涉及的技术主要包括如下几个方面:1、文本数据的读取;2、结构体的应用;3、一些基本操作的实现!基本上涵盖了C语言教学的所有知识,能够帮助初学者更好的掌握C语言的相关语法。
- 2022-01-27 19:52:26下载
- 积分:1