From owner-freebsd-chat@FreeBSD.ORG Sun Mar 6 22:39:14 2011 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 940C31065676; Sun, 6 Mar 2011 22:39:14 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 2083F8FC28; Sun, 6 Mar 2011 22:39:14 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 4D396E89A3; Sun, 6 Mar 2011 22:39:13 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=/EIMCrVZ7M0t omme5xqkyekqHmo=; b=DgREuBlc2DyQulwjiWnMiISWi0LVzjDdBnmVauB8m3A3 Z9xZ1+5pTAHA81g6JGjpHTm/fYgXbuBsR6avEclPTxM7uk96z57eum+sDbXgFDbS h98T+fG5/NoIChz7ttQ5NXVTlGoO/RDNASsCW5zUx588wdgixqx6ntt0oDGdKdI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=qRuqWC +yFrKrRsx9/6y53aKiGPDtw0SS7bv39sez12TciEBKh8taajxcw9zs9cfD1THyJV Gd9Bklw4sf9mnG+aKLbaIuuIdZPAZRDnrvKl8efRpKeMFJmeUOlICsRqfj5pLz3G Ewqx3uvts/Ctg7uDXpHYF5iazG5SbZPB7osJ4= Received: from unknown (client-86-31-236-253.oxfd.adsl.virginmedia.com [86.31.236.253]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 08DE4E7F55; Sun, 6 Mar 2011 22:39:12 +0000 (GMT) Date: Sun, 6 Mar 2011 22:39:10 +0000 From: Bruce Cran To: Adrian Chadd Message-ID: <20110306223910.0000745d@unknown> In-Reply-To: References: <4D73BB23.8020806@gthcfoundation.org> <201103061758.47368.hselasky@c2i.net> <4D73C223.8040009@gthcfoundation.org> <201103061836.39151.hselasky@c2i.net> <4D73F1D2.4000208@gthcfoundation.org> X-Mailer: Claws Mail 3.7.8cvs9 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: erob@gthcfoundation.org, freebsd-chat@freebsd.org Subject: Re: can somebody explains OFDM in FreeBSD? X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2011 22:39:14 -0000 On Mon, 7 Mar 2011 05:00:42 +0800 Adrian Chadd wrote: > FreeBSD doesn't implement OFDM in the kernel. > > The various chipsets implement OFDM, not FreeBSD. > > There's no "software" OFDM. The 802.11 chipsets out there take care > of it, not FreeBSD. [moved to freebsd-chat] OFDM doesn't exist in the digital domain. The furthest you can go in software is to use the I-Q pairs that represent the modulated (baseband) data - that is, QPSK, BPSK, QAM etc. If you have a card that makes I-Q data accessible (and I suspect most wireless cards don't) then you can demodulate it using general-purpose software such as Matlab or a DSP library. -- Bruce Cran