⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 gnuradio软件无线电源程序.现在的手机多基于软件无线电
💻
字号:
## Copyright 2002 Free Software Foundation, Inc.# # This file is part of GNU Radio# # GNU Radio is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2, or (at your option)# any later version.# # GNU Radio is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.# # You should have received a copy of the GNU General Public License# along with GNU Radio; see the file COPYING.  If not, write to# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,# Boston, MA 02111-1307, USA.# This file contains the source for gen_interpolator_taps, a programwhich generates optimal interpolator taps for a fractionalinterpolator.  The ideal interpolator requires an infinite tap FIR filter torealize.  We design a separate 8 tap filter for each value of mu,the fractional delay, that we are interested in.  The taps areselected such that the mean squared error between the ideal frequencyresponse and the approximation is mininimized over all frequencies ofinterest.  In this implementation we define ``frequencies ofinterest'' as those from -B to +B, where B = 1/(4*Ts), where Ts is thesampling period.For a detailed look at what this is all about, please see Chapter 9 of"Digital Communication Receivers: Synchronization, Channel Estimationand Signal Processing" by Meyr, Moeneclaey and Fechtel, ISBN 0-471-50275-8NOTE, if you're running gen_interpolator_taps and it seg faults inRANDOM, you're probably using g77-2.96.  The fix is to use g77 3.0 or later	cd <top_of_build_tree>	rm config.cache	export F77=g77-3.0.4	./configure	make

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -