代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/215025/6352127
txt 基2fft算法.txt
简介:本程序包括三个部分,头文件fft.h和主程序fft.c;另外还有一段程序是用fft计算实际题目,计算两个有限序列的线性卷积.
一、头文件fft.h
#ifndef FFT_DEF
#define FFT_DEF 1
#include
#include
typedef struct{
float real;
float imag;
}C
www.eeworm.com/read/493247/6399136
h fft.h
#ifndef FFT_H
#define FFT_H
#include
using namespace std;
extern "C" void __declspec(dllexport) __stdcall FFT(complex * TD, complex * FD, int r);
#define PI 3.1415
www.eeworm.com/read/491236/6437817
m my1.m
k=3;
L=1;
mean=k/(k+1);
std=1/(k+1);
f = sqrt(std)/sqrt(2*L);
randvec = randn(2,2);
x = f .* randvec + mean/sqrt(2*L);
randvec = randn(2,2);
y =
www.eeworm.com/read/491173/6441257
h fft.h
#ifndef _fft_h
#define _fft_h
#include
using namespace std;
void FFT(complex* x,complex* y,int M);
#endif
www.eeworm.com/read/488103/6496798
c maryuwa.c
#include
#include
#include
#include "msp.h"
void maryuwa(complex x[],complex a[],complex r[],int n,int ip,
float *ep,int *ierror)
{
/*-----------------------------
www.eeworm.com/read/487272/6517638
f e_622_02.f
Complex Function f0(a,b,z)
complex a,b,z
f0=a*z+b*conjg(z)
return
end
c
Complex Function f1(c,d,z)
complex c,d,z
f1=C*(z-1)+d*(conjg(z)-1)+1
return
end
c
Program Complex_map
i
www.eeworm.com/read/486170/6544932
c sspropc.c
/* File: sspropc.c
* Author: Thomas E. Murphy (tem@umd.edu)
* Created: 1/17/2001
* Modified: 2/5/2006
* Version: 3.0
* Description: This file solves
www.eeworm.com/read/485350/6559592
m generate_h.m
function H = generate_H(nTx, nRx, R, lH, type, PDP_linear)
% H = generate_H(nTx, nRX, R, lH, type)
%
% Generates a H matrix whose correlation properties fit the values
% in given in correlation ma
www.eeworm.com/read/484945/6569262
h transform.h
//Transform.h 数学变换头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _TRANSFORM_H //避免多次编译
#define _TRANSFORM_H
#include //模板类输入输出流标准头文件
#include
www.eeworm.com/read/481728/6637470
c maryuwa.c
#include
#include
#include
#include "msp.h"
void maryuwa(complex x[],complex a[],complex r[],int n,int ip,
float *ep,int *ierror)
{
/*-----------------------------