photo

Erick Oberstar


Last seen: Today 2014 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Image Processing, Signal Processing, Controls

統計

All
MATLAB Answers

5 質問
8 回答

File Exchange

2 ファイル

ランク
2,501
of 301,261

評判
25

コントリビューション
5 質問
8 回答

回答採用率
0.0%

獲得投票数
13

ランク
12,090 of 21,209

評判
35

平均評価
0.00

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

ダウンロード
51

ALL TIME ダウンロード
311

ランク

of 173,690

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • GitHub Submissions Level 1
  • First Submission
  • Revival Level 1
  • First Answer

バッジを表示

Feeds

表示方法

送信済み


Fourier Series Visualization App
Generates 3D plot of the Fourier Series of an input waveform to allow visualization of both time domain and frequency domain

7日 前 | ダウンロード 48 件 |

0.0 / 5
Thumbnail

質問


How to generate verilog with simulink and run it in a hierarchical block Qspice.
I've been exploring running spice hierarchical blocks and have had success utilizing discrete controller code implemented in bot...

8ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Cursor jumping behavior in live script in 2024a
I have a large live script I'm working on and when editing down towards the bottom the cursor position seems tolike to jump to t...

2年弱 前 | 0 件の回答 | 1

0

回答

回答済み
Bode Plot Display All Stability Margins
As of Matlab 2020b I can verify this works for both nyqistplot and bodeplot functions Ts= 0.01 n = [0 0.3680 0.2640]; d = [1....

4年弱 前 | 0

回答済み
How can you turn on 'All Stability Margins' when using the 'bode' function via script?
As of Matlab 2020b I can verify this works for both nyqistplot and bodeplot functions Ts= 0.01 n = [0 0.3680 0.2640]; d = [...

4年弱 前 | 1

回答済み
What have I suppose to do ? While installing B&R on Matlab I get this : Automation Studio TArget For Simulink: Matlab Abort - b&r Automation Studio Target for Simulink can not register. please reinstall target
I was getting the same error - I turns out I hadn't installed a supported compiler yet. I thought I had matlab install the MinGW...

4年以上 前 | 1

回答済み
Linewidth for function step?
This technique works for step, impulse, nyquist, and bode plots LineWidth = 3; s = tf(s) sys = 1/(s+1) figure; step/impulse/...

5年弱 前 | 7

質問


Indexing question for member variables of opticalFlow collected into an MxN cell array
I am attempting to find the maximum value over alll member variables (PxQ) for a multidimensional set of MxN opticalFlow system ...

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

1

回答

質問


Issue Saving image with text overlay to png
I am having issues saving an image that has been displayed in a figure, with a couple markers plotted at specific coordinates an...

6年以上 前 | 4 件の回答 | 0

4

回答

回答済み
Strange results with xcorr
XCORR wants zero mean inputs - remove the DC offset and I suspect your results will be more inline with what you expect. You ma...

7年以上 前 | 3

質問


Confusion on image guided filter behavior with odd versus even neighborhood sizes with same 'DegreeofSmoothing'
Why does the image guided filter implemented in Matlab 2014 and newer seem to have a nonlinear filtration affect in edge regions...

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

0

回答

送信済み


Floating Point to Fixed Point & Fixed Point to Floating Point Conversion Utilities
Convert numbers to/from fixed point/floating point automatically or under user specification.

約10年 前 | ダウンロード 2 件 |

0.0 / 5

回答済み
How do I check if a file on a website exists?
you can use urlread also [str,status] = urlread('http://www.mywebsite.com/images/1.png'); if status IMG = imre...

約10年 前 | 0

回答済み
Modelling of Robot contact with object
I'm working on a compliant contact problem similar to this and the models outlined here may provide some insight. http://www.ara...

11年以上 前 | 0

回答済み
Why does dicomread crash when reading certain DICOM CT Images?
Scott, I have the same issue - but it cropped up when writing a utility to compress dicoms that contain fluoroscopic time ser...

11年以上 前 | 0