Owen - MATLAB Central
photo

Owen


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 07/12 to 04/25Use left and right arrows to move selectionFrom 07/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

77 質問
15 回答

ランク
8,268
of 298,292

評判
5

コントリビューション
77 質問
15 回答

回答採用率
23.38%

獲得投票数
5

ランク
 of 20,560

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,775

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • 3 Month Streak
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


blocks of spread spectrum
Hi, I have to convert a bitstream of 10 kbps to 100k bps using spread spectrum in Simulink. Which blocks are suitable for thi...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


sample time not compatible
Hi, in this link <http://www.mathworks.com/matlabcentral/fileexchange/722-bluetooth-modulation-and-frequency-hopping> a Simul...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


Simulink examples of Adaptive Frequency Hopping
Hi, I am looking for Simulink examples of Adaptive Frequency Hopping which is a closed loop. Can anyone give me a hint? Ow...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


Selector block before the spectrum scope
Hi, in this example <http://de.mathworks.com/help/comm/examples/bluetooth-frequency-hopping.html?s_tid=srchtitle%20 Bluetooth...

9年以上 前 | 0 件の回答 | 0

0

回答

回答済み
JPEG file into an array
I tried fread() and it gives the 18.6KB size. Owen

約10年 前 | 0

質問


send data in frame based mode in Simulink
Hi, How to send 65536 bytes step by step in frame based mode in Simulink? In every frame shall 1024 bytes be sent, so there a...

約10年 前 | 1 件の回答 | 0

1

回答

回答済み
JPEG file into an array
Thanks. It works, but there is still a problem with size matching. An JPEG file has the following parameters: 18.6KB, 242x379, b...

約10年 前 | 0

質問


JPEG file into an array
Hi, is it possible to convert an JPEG file into an array in Matlab? What about the reverse conversion? Owen

約10年 前 | 3 件の回答 | 0

3

回答

質問


sample rate of a DUC object
Hi, I’m using the DUC system object to make frequency upconversions: <http://www.mathworks.com/help/dsp/ref/dsp.digitalupconv...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


where to find memory limit
Hi, I’m using the example code of dsp.DigitalUpConverter System object to make some tests: <http://www.mathworks.com/help/dsp...

10年以上 前 | 3 件の回答 | 0

3

回答

質問


problems with initial values of Buffer block
Hello, I want to process 5 bytes at every sample time in Simulink, but the input is a bitstream. I have to do some conversion...

11年弱 前 | 0 件の回答 | 0

0

回答

質問


import 4x1 vectors from Inport block
Hi, I want to import some data (100 numbers) from Workspace into a Simulink model with an Inport Block. The data is genera...

11年弱 前 | 0 件の回答 | 0

0

回答

質問


sequence output with the Constant block
Hello, is it possible to output the sequence 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 ... With the Constant block? Senmeis

11年弱 前 | 0 件の回答 | 0

0

回答

質問


sample time from "From Workspace" block
Hello, I connect a From Workspace Block with a To Workspace Block so that the variable in From Workspace can be read into To ...

11年弱 前 | 0 件の回答 | 0

0

回答

質問


waveform signals collecting in Phased Array System Toolbox
Hi, I want to calculate the signal arriving at an antenna array with the method „collectPlaneWave“ from Phased Array System T...

約11年 前 | 1 件の回答 | 0

1

回答

質問


how to solve this matrix equation?
Hello, The product of a 3x5 matrix B and a 5x3 matrix K shall be a unit matrix. B = [0 3 -1 2 1;-4 0 -1 -3 1;0 0 3 -...

約11年 前 | 1 件の回答 | 0

1

回答

回答済み
taking out elements from a series of integers
What about with Simulink? Senmeis

11年以上 前 | 0

質問


taking out elements from a series of integers
Hello, I can’t develop the following simple model with Simulink, so please help me with it. A generator creates a series o...

11年以上 前 | 2 件の回答 | 0

2

回答

質問


synchronization marker for receiver
Hi, In a communication system a marker of 32 bits is used to synchronize the receiver. After these 32 bits, 255 data bytes sh...

11年以上 前 | 0 件の回答 | 0

0

回答

質問


two issues about the Spectrum Scope block
Hi, Please help me with two issues about the Spectrum Scope block. Is it possible to freeze the scope while simulation so ...

11年以上 前 | 0 件の回答 | 0

0

回答

質問


power of a modulated waveform
Hi, I must determine the power of a modulated waveform in Simulink. As far as I know this waveform is represented by many ...

11年以上 前 | 0 件の回答 | 0

0

回答

質問


question regarding an passband example
Hi, By typing "commpassbandmod" in the command console you can open a passband simulation example model. If the parameter...

12年弱 前 | 0 件の回答 | 0

0

回答

質問


build an OQPSK passband model
Hi, I have to build an OQPSK passband model. Now there are two choices: 1. modem.oqpskmod function (in form of I+jQ) + mul...

約12年 前 | 1 件の回答 | 0

1

回答

質問


sample times of a product block
Hi, I have to use the "Product" block as a mixer. Somehow I get this knowledge: The sample times of two inputs must not have ...

約12年 前 | 0 件の回答 | 0

0

回答

質問


"Upsampling factor" in "Raised Cosine Transmit Filter" block
Hi, A parameter "Upsampling factor" can be seen in the "Raised Cosine Transmit Filter" block and this one must be at least 2....

約12年 前 | 0 件の回答 | 0

0

回答

質問


up conversion problem in Simulink
Hi, I want to up convert a signal with the following structure: The source and a "Sine Wave" block are connected with a "Prod...

約12年 前 | 0 件の回答 | 0

0

回答

質問


two questions about soft decision for Viterbi Decoder
Hi, the parameter "Number of soft decision bits" in Viterbi Decoder can be set to 1. Does this equal to hard decision? Are...

12年以上 前 | 0 件の回答 | 0

0

回答

質問


solver for digital systems
Hi, is it better to set Solver to "discrete (no continuous states)" for digital systems? Thanks Senmeis

12年以上 前 | 1 件の回答 | 0

1

回答

質問


"Signal to noise ratio" and "Input signal power, referenced to 1 ohm (watts)" in AWGN
Hi, In the AWGN block there are two parameters: "Signal to noise ratio" and "Input signal power, referenced to 1 ohm (watts)"...

12年以上 前 | 0 件の回答 | 0

0

回答

質問


import variables from Base Workspace into Simulink model
Hi, Is it possible to show the variables in Base Workspace on the Simulink model window automatically after one simulation? M...

12年以上 前 | 1 件の回答 | 0

1

回答

さらに読み込む