info
Description
returns a structure containing characteristic information about the infostruct
= info(chanFilt
)comm.ChannelFilter
System object™.
Examples
Determine Channel Filter Structure Dimensions
In a distributed MIMO system, send the same signal from two geographically separate transmitters (Tx) and combine the received signals at one single receiver (Rx) to explore spatial diversity. The two Txs are not co-located and they experience different multipath (path delays) to the Rx. Specify the path delays respectively.
delay1 = [0 1.5 2.3 5.2 6.6]; delay2 = [0 3.7 6.2];
Configure one channel filter object per Tx.
chanFilt1 = comm.ChannelFilter('PathDelays', delay1); chanFilt2 = comm.ChannelFilter('PathDelays', delay2);
Use the info
object function to get the ChannelFilterDelay and ChannelFilterCoefficients.
info(chanFilt1)
ans = struct with fields:
ChannelFilterCoefficients: [5x21 double]
ChannelFilterDelay: 6
info(chanFilt2)
ans = struct with fields:
ChannelFilterCoefficients: [3x19 double]
ChannelFilterDelay: 4
Input Arguments
chanFilt
— Channel filter
System object
Channel filter, specified as a comm.ChannelFilter
System
object.
Output Arguments
infostruct
— Characteristic information about channel filter
struct
Characteristic information about channel filter, returned as a structure containing these fields:
ChannelFilterDelay
— Excess filter delay
positive integer
Excess filter delay in samples, returned as a positive integer.
If you configure the
PathDelays
property of your channel object with all integer-valued delays, the implemented channel filter adds no excess delay to the channel output. In this case, theChannelFilterDelay
field reports0
for the excess path delay.If you configure the
PathDelays
property of your channel object with any noninteger-valued delays, the implemented channel filter may add excess delay to the channel output. In this case, theChannelFilterDelay
field may report a nonzero value for the excess path delay.
Data Types: double
ChannelFilterCoefficients
— Channel filter coefficients
vector | matrix
Channel filter coefficients, returned as a vector or a matrix.
Data Types: double
Version History
Introduced in R2020b
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)