info
Return characteristic information about channel filter
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:
ChannelFilterDelay: 6
ChannelFilterCoefficients: [5x21 double]
info(chanFilt2)
ans = struct with fields:
ChannelFilterDelay: 4
ChannelFilterCoefficients: [3x19 double]
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
— Channel filter delay
positive real scalar
Channel filter delay, returned as a positive real scalar.
Data Types: double
ChannelFilterCoefficients
— Channel filter coefficients
vector | matrix
Channel filter coefficients, returned as a vector or a matrix.
Data Types: double
Version History
Apri esempio
Si dispone di una versione modificata di questo esempio. Desideri aprire questo esempio con le tue modifiche?
Comando MATLAB
Hai fatto clic su un collegamento che corrisponde a questo comando MATLAB:
Esegui il comando inserendolo nella finestra di comando MATLAB. I browser web non supportano i comandi MATLAB.
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)